From 8522e5fc983f0dd303390c0a1c264c8d9d7a58ea Mon Sep 17 00:00:00 2001 From: Devdutt Shenoi Date: Fri, 26 Aug 2022 10:35:21 +0530 Subject: [PATCH] update: R15 version upgrade --- Cargo.lock | 2 +- rumqttc/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"