From fa7827de13d2bcd08101fe0b37031b0298362f4c Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Fri, 26 Feb 2021 21:55:29 +0100 Subject: [PATCH] Version 0.5 of rumqttc has been released --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c185ddd..2754d67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }