diff --git a/zenoh/Cargo.toml b/zenoh/Cargo.toml index 7c9288731f..958a74701b 100644 --- a/zenoh/Cargo.toml +++ b/zenoh/Cargo.toml @@ -109,6 +109,10 @@ zenoh-util = { workspace = true } zenoh-runtime = { workspace = true } zenoh-task = { workspace = true } +[dev-dependencies] +# Enable the unstable feature for the tests +zenoh = { workspace = true, features = ["unstable"] } + [build-dependencies] rustc_version = { workspace = true }