From 1e8a9d847418696f21e61e11ca83b2024ea1c072 Mon Sep 17 00:00:00 2001 From: Julien Enoch Date: Wed, 3 Feb 2021 16:17:13 +0100 Subject: [PATCH] Fix zenoh dependency version in debian packages --- plugins/zenoh-storages/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/zenoh-storages/Cargo.toml b/plugins/zenoh-storages/Cargo.toml index f32be0905f..a46fdc442a 100644 --- a/plugins/zenoh-storages/Cargo.toml +++ b/plugins/zenoh-storages/Cargo.toml @@ -51,4 +51,4 @@ maintainer = "zenoh-dev@eclipse.org" copyright = "2017, 2020 ADLINK Technology Inc." section = "net" license-file = ["../../LICENSE", "0"] -depends = "zenohd" \ No newline at end of file +depends = "zenohd (==0.5.0~beta.7)" \ No newline at end of file