Skip to content

Commit b09a661

Browse files
committed
cloudevents#9 Encoders for MQTT
Signed-off-by: Subhobrata Dey <[email protected]>
1 parent 374288b commit b09a661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: example-projects/paho-mqtt-example/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2018"
99
[dependencies]
1010
async-trait = "^0.1.33"
1111
cloudevents-sdk = { path = "../.." }
12-
cloudevents-sdk-mqtt = { path = "../../cloudevents-sdk-paho-mqtt"}
12+
cloudevents-sdk-paho-mqtt = { path = "../../cloudevents-sdk-paho-mqtt"}
1313
env_logger = "0.7.1"
1414
paho-mqtt = "0.8"
1515
serde_json = "^1.0"

0 commit comments

Comments
 (0)