diff --git a/Cargo.toml b/Cargo.toml index 16798cb2..b7b8f7ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,8 +52,6 @@ pyo3 = { version = "0.18.1", features = ["extension-module", "abi3-py37"] } serde_json = "1.0.94" uhlc = "0.6.0" validated_struct = "2.1.0" -zenoh = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "master", features = [ - "unstable", -], default-features = false } -zenoh-buffers = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "master" } -zenoh-core = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "master" } +zenoh = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "master", features = ["unstable"], default-features = false } +zenoh-buffers = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "master" } +zenoh-core = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "master" }