From a1e54d3ef2c06231c6dff4dbcabf835229c68866 Mon Sep 17 00:00:00 2001 From: XdoctorwhoZ Date: Fri, 8 Nov 2024 11:51:46 +0100 Subject: [PATCH] freeze tag for rumqttd --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 55645d20..5f19d5e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,8 +26,9 @@ dirs = "3.0.2" # MQTT async client rumqttc = "0.24.0" -# rumqttd = { git = "https://github.com/bytebeamio/rumqtt", ref = "main" } -rumqttd = { git = "https://github.com/Panduza/rumqtt", branch = "pza_tests" } +# +rumqttd = { git = "https://github.com/Panduza/rumqtt", tag = "0.0.0" } + config = "0.14.0" # Async trait support