From be783119479e532705848ee224297a19ec524184 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Thu, 2 Dec 2021 23:24:46 +0600 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 09cb4fd9..db6f8d96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ntex-mqtt" -version = "0.7.5" +version = "0.7.6" authors = ["ntex contributors "] description = "Client and Server framework for MQTT v5 and v3.1.1 protocols" documentation = "https://docs.rs/ntex-mqtt"