From 49ed08ad7432286b11b31d885b12976dcf41cc9e Mon Sep 17 00:00:00 2001 From: OlivierHecart Date: Wed, 11 Dec 2024 12:22:34 +0100 Subject: [PATCH] Fix zenoh-ext Cargo.toml (#1659) --- zenoh-ext/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zenoh-ext/Cargo.toml b/zenoh-ext/Cargo.toml index 4fdf98b8df..d433aa137c 100644 --- a/zenoh-ext/Cargo.toml +++ b/zenoh-ext/Cargo.toml @@ -47,7 +47,7 @@ tracing = { workspace = true } serde = { workspace = true, features = ["default"] } leb128 = { workspace = true } uhlc = { workspace = true } -zenoh = { workspace = true, features = ["default"] } +zenoh = { workspace = true, default-features = false } zenoh-macros = { workspace = true } [dev-dependencies]