From 6799a92f427396c91a0eb437cc9bf1fdcf3ae872 Mon Sep 17 00:00:00 2001 From: Yuyuan Yuan Date: Wed, 3 Apr 2024 16:07:52 +0800 Subject: [PATCH] Fix issue #887 (#888) --- 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 6a0488cb54..b68cfe03a1 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 = false } +zenoh = { workspace = true, features = ["unstable"], default-features = true } zenoh-core = { workspace = true } zenoh-macros = { workspace = true } zenoh-result = { workspace = true }