Version 0.5 of rumqttc has been released

This commit is contained in:
Paul van Tilburg 2021-02-26 21:55:29 +01:00
parent 99021f3994
commit fa7827de13
Signed by: paul
GPG Key ID: C6DE073EDA9EEC4D
1 changed files with 1 additions and 2 deletions

View File

@ -14,8 +14,7 @@ keywords = ["mqtt", "rhasspy", "hermes", "voice assistant"]
[dependencies]
dotenv = "0.15.0"
reqwest = { version = "0.11", features = ["json"] }
# Use the GIt version until the crate is fully stabilized on Tokio 1.0
rumqttc = { git = "https://github.com/bytebeamio/rumqtt", version = "0.5" }
rumqttc = version = "0.5"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.0", features = ["full"] }