diff --git a/Cargo.toml b/Cargo.toml index 2f255e6..2013ad3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,10 +44,10 @@ serde_json = "1.0.94" tokio = { version = "1.35.1", default-features = false } # Default features are disabled due to some crates' requirements tracing = "0.1" uuid = { version = "1.3.0", features = ["v4"] } -zenoh = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = [ +zenoh = { version = "1.0.0-rc.1", features = [ "unstable", "internal", "plugins" ] } -zenoh_backend_traits = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" } -zenoh-plugin-trait = { version = "1.0.0-dev", git = "htttps://github.com/eclipse-zenoh/zenoh.git", branch = "main" } +zenoh_backend_traits = { version = "1.0.0-rc.1"} +zenoh-plugin-trait = { version = "1.0.0-rc.1"} diff --git a/v1/Cargo.toml b/v1/Cargo.toml index 9d2abac..c3fafbf 100644 --- a/v1/Cargo.toml +++ b/v1/Cargo.toml @@ -50,4 +50,4 @@ maintainer = "zenoh-dev@eclipse.org" copyright = "2022 ZettaScale Technology" section = "net" license-file = ["../LICENSE", "0"] -depends = "zenoh-plugin-storage-manager (=1.0.0~dev-1)" +depends = "zenoh-plugin-storage-manager (=1.0.0~rc.1-1)" diff --git a/v2/Cargo.toml b/v2/Cargo.toml index 2ead41c..45add8c 100644 --- a/v2/Cargo.toml +++ b/v2/Cargo.toml @@ -53,4 +53,4 @@ maintainer = "zenoh-dev@eclipse.org" copyright = "2022 ZettaScale Technology" section = "net" license-file = ["../LICENSE", "0"] -depends = "zenoh-plugin-storage-manager (=1.0.0~dev-1)" +depends = "zenoh-plugin-storage-manager (=1.0.0~rc.1-1)"