Skip to content

Commit

Permalink
cloudevents#9 Encoders for MQTT
Browse files Browse the repository at this point in the history
Signed-off-by: Subhobrata Dey <[email protected]>
  • Loading branch information
sbcd90 committed Jan 27, 2021
1 parent b09a661 commit c52975f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-projects/paho-mqtt-example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ async-trait = "^0.1.33"
cloudevents-sdk = { path = "../.." }
cloudevents-sdk-paho-mqtt = { path = "../../cloudevents-sdk-paho-mqtt"}
env_logger = "0.7.1"
paho-mqtt = "0.8"
paho-mqtt = "0.9.1"
serde_json = "^1.0"
futures = "^0.3"
tokio = { version = "^0.2", features = ["full"] }
Expand Down

0 comments on commit c52975f

Please sign in to comment.