diff --git a/Cargo.lock b/Cargo.lock index 303fa85a8..5b6516149 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2065,7 +2065,7 @@ dependencies = [ [[package]] name = "rumqttc" -version = "0.19.0" +version = "0.20.0" dependencies = [ "async-tungstenite", "bytes", diff --git a/rumqttc/Cargo.toml b/rumqttc/Cargo.toml index 9e4b3ce3d..15f47b74a 100644 --- a/rumqttc/Cargo.toml +++ b/rumqttc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rumqttc" -version = "0.19.0" +version = "0.20.0" description = "An efficient and robust mqtt client for your connected devices" license = "Apache-2.0" repository = "https://github.com/bytebeamio/rumqtt"