From 3547ce1d0e1fc94e85d061efb52c95c2a9474c71 Mon Sep 17 00:00:00 2001 From: Mahmoud Mazouz Date: Wed, 10 Jan 2024 14:39:42 +0100 Subject: [PATCH] fix: zenoh-plugin-dds debian pkg zenohd dep version --- zenoh-plugin-dds/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zenoh-plugin-dds/Cargo.toml b/zenoh-plugin-dds/Cargo.toml index 843e5494..36a79901 100644 --- a/zenoh-plugin-dds/Cargo.toml +++ b/zenoh-plugin-dds/Cargo.toml @@ -65,4 +65,4 @@ maintainer = "zenoh-dev@eclipse.org" copyright = "2017, 2022 ZettaScale Technology Inc." section = "net" license-file = ["../LICENSE", "0"] -depends = "zenohd (=0.10.1-rc)" +depends = "zenohd (=0.10.1-rc-1)"