diff --git a/Cargo.lock b/Cargo.lock index 0d9630f15..6d42f602c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2126,7 +2126,7 @@ dependencies = [ [[package]] name = "rumqttc" -version = "0.17.0" +version = "0.18.0" dependencies = [ "async-tungstenite", "bytes", @@ -2154,7 +2154,7 @@ dependencies = [ [[package]] name = "rumqttd" -version = "0.12.0-beta.1" +version = "0.12.0-beta.2" dependencies = [ "bytes", "config", diff --git a/rumqttc/Cargo.toml b/rumqttc/Cargo.toml index 73fe3a885..53ac5af2a 100644 --- a/rumqttc/Cargo.toml +++ b/rumqttc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rumqttc" -version = "0.17.0" +version = "0.18.0" description = "An efficient and robust mqtt client for your connected devices" license = "Apache-2.0" repository = "https://github.com/bytebeamio/rumqtt" diff --git a/rumqttd/Cargo.toml b/rumqttd/Cargo.toml index 085dc44ec..65e36b15b 100644 --- a/rumqttd/Cargo.toml +++ b/rumqttd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rumqttd" -version = "0.12.0-beta.1" +version = "0.12.0-beta.2" license = "Apache-2.0" description = "rumqttd is a high performance MQTT broker written in Rust which is light weight and embeddable" authors = ["tekjar "]