diff --git a/Cargo.toml b/Cargo.toml index f94eb4c..edf2d54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,15 +46,15 @@ serde_json = "1.0.114" tokio = { version = "1.35.1", default-features = false } # Default features are disabled due to some crates' requirements tracing = "0.1" uhlc = "0.7.0" -zenoh = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = [ +zenoh = { features = [ "unstable", "internal", "plugins", -] , version = "1.1.1" } +] , version = "1.2.0" } -zenoh_backend_traits = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.1.1" } -zenoh-plugin-trait = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.1.1" } -zenoh-ext = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.1.1" } +zenoh_backend_traits = { version = "1.2.0" } +zenoh-plugin-trait = { version = "1.2.0" } +zenoh-ext = { version = "1.2.0" } [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 (=1.1.1)" +depends = "zenoh-plugin-storage-manager (=1.2.0)"