From 66d0ce971a43832c77e6a5ef2ef99b8ebfd4aad6 Mon Sep 17 00:00:00 2001 From: Luca Cominardi Date: Fri, 5 Apr 2024 09:29:24 +0200 Subject: [PATCH] Revert "Fix issue #887 (#888)" This reverts commit 6799a92f427396c91a0eb437cc9bf1fdcf3ae872. --- 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 b68cfe03a1..6a0488cb54 100644 --- a/zenoh-ext/Cargo.toml +++ b/zenoh-ext/Cargo.toml @@ -38,7 +38,7 @@ flume = { workspace = true } futures = { workspace = true } log = { workspace = true } serde = { workspace = true, features = ["default"] } -zenoh = { workspace = true, features = ["unstable"], default-features = true } +zenoh = { workspace = true, features = ["unstable"], default-features = false } zenoh-core = { workspace = true } zenoh-macros = { workspace = true } zenoh-result = { workspace = true }