Browse Source

Use rumqtt 0.1.0

master
Alex Mikhalev 4 years ago
parent
commit
709f8c2760
  1. 3
      Cargo.toml

3
Cargo.toml

@ -25,8 +25,7 @@ actix-rt = "1.1.1"
futures-util = { version = "0.3.5", default-features = false, features = ["std", "async-await"] } futures-util = { version = "0.3.5", default-features = false, features = ["std", "async-await"] }
[dependencies.rumqttc] [dependencies.rumqttc]
git = "https://github.com/bytebeamio/rumqtt.git" version = "0.1.0"
rev = "f4dc5fa"
[dependencies.tracing-subscriber] [dependencies.tracing-subscriber]
version = "0.2.11" version = "0.2.11"

Loading…
Cancel
Save