From 726b26367d936c963cc8e1cc25358003c6586812 Mon Sep 17 00:00:00 2001 From: Mrinal Paliwal Date: Mon, 16 Jan 2023 11:39:17 +0530 Subject: [PATCH] chore: Update rumqttd version --- Cargo.lock | 2 +- rumqttd/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 564355a56..303fa85a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2093,7 +2093,7 @@ dependencies = [ [[package]] name = "rumqttd" -version = "0.12.1" +version = "0.12.2" dependencies = [ "bytes", "config", diff --git a/rumqttd/Cargo.toml b/rumqttd/Cargo.toml index 864c3976a..c2fd4c00e 100644 --- a/rumqttd/Cargo.toml +++ b/rumqttd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rumqttd" -version = "0.12.1" +version = "0.12.2" license = "Apache-2.0" description = "rumqttd is a high performance MQTT broker written in Rust which is light weight and embeddable" authors = ["tekjar "]