From 1e96b2f0555221e4913d7422eb06b6abefcd5697 Mon Sep 17 00:00:00 2001 From: Mahmoud Mazouz Date: Thu, 11 Jan 2024 11:18:08 +0100 Subject: [PATCH] fix: zenoh-plugin-mqtt debian pkg zenohd dep version (#28) --- zenoh-plugin-mqtt/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zenoh-plugin-mqtt/Cargo.toml b/zenoh-plugin-mqtt/Cargo.toml index a3e368d..f853f62 100644 --- a/zenoh-plugin-mqtt/Cargo.toml +++ b/zenoh-plugin-mqtt/Cargo.toml @@ -62,4 +62,4 @@ maintainer = "zenoh-dev@eclipse.org" copyright = "2017, 2020 ADLINK Technology Inc." section = "net" license-file = ["../LICENSE", "0"] -depends = "zenohd (=0.10.1-rc)" +depends = "zenohd (=0.10.1-rc-1)"