diff --git a/Cargo.lock b/Cargo.lock index 913dda2b8..2ccf2175f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1695,7 +1695,7 @@ dependencies = [ [[package]] name = "rumqttc" -version = "0.14.0" +version = "0.15.0" dependencies = [ "async-tungstenite", "bytes 1.1.0", diff --git a/rumqttc/Cargo.toml b/rumqttc/Cargo.toml index d895e03ac..ea816892a 100644 --- a/rumqttc/Cargo.toml +++ b/rumqttc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rumqttc" -version = "0.14.0" +version = "0.15.0" description = "An efficient and robust mqtt client for your connected devices" license = "Apache-2.0" repository = "https://github.com/bytebeamio/rumqtt"