From 936215ebca1b38e9295196dadd71bee1e29d9c15 Mon Sep 17 00:00:00 2001 From: Michael Ilyin Date: Tue, 28 Nov 2023 14:16:27 +0000 Subject: [PATCH] Cargo.toml.in updated --- Cargo.toml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml.in b/Cargo.toml.in index 1f40cca65..312f33a04 100644 --- a/Cargo.toml.in +++ b/Cargo.toml.in @@ -49,7 +49,7 @@ log = "0.4.17" rand = "0.8.5" spin = "0.9.5" # shared-memory enabled for zenoh even if zenoh-c "shared-memory" feature is disabled. This is to make "std::mem::transmute" work for `ZSLice` -zenoh = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "feature_cleanup2", features = [ "shared-memory", "unstable" ] } +zenoh = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "feature_cleanup2", features = [ "shared-memory", "unstable" ], default-features = false } zenoh-protocol = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "feature_cleanup2", features = [ "shared-memory" ] } zenoh-util = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "feature_cleanup2" } zenoh-ext = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "feature_cleanup2", features = [ "unstable" ]}