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