diff --git a/Cargo.toml b/Cargo.toml index fe30430..ecbf679 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,17 +44,17 @@ rocksdb = "0.20.1" serde_json = "1.0.94" tracing = "0.1" uhlc = "0.5.2" -zenoh = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "main", features = [ +zenoh = { features = [ "unstable", -] } -zenoh-codec = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "main" } -zenoh-collections = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "main" } -zenoh-core = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "main" } -zenoh-protocol = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "main" } -zenoh-util = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "main" } -zenoh-keyexpr = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "main" } -zenoh_backend_traits = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "main" } -zenoh-plugin-trait = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "main" } +] , version = "0.11.0-rc.2" } +zenoh-codec = { version = "0.11.0-rc.2" } +zenoh-collections = { version = "0.11.0-rc.2" } +zenoh-core = { version = "0.11.0-rc.2" } +zenoh-protocol = { version = "0.11.0-rc.2" } +zenoh-util = { version = "0.11.0-rc.2" } +zenoh-keyexpr = { version = "0.11.0-rc.2" } +zenoh_backend_traits = { version = "0.11.0-rc.2" } +zenoh-plugin-trait = { version = "0.11.0-rc.2" } [build-dependencies] rustc_version = "0.4.0" @@ -65,4 +65,4 @@ maintainer = "zenoh-dev@eclipse.org" copyright = "2022 ZettaScale Technology" section = "net" license-file = ["LICENSE", "0"] -depends = "zenoh-plugin-storage-manager (=0.11.0-dev-1)" +depends = "zenoh-plugin-storage-manager (=0.11.0-rc.2)"