From e171da90af9da4e3c3d3dde7f8606edc61d32ca6 Mon Sep 17 00:00:00 2001 From: eclipse-zenoh-bot Date: Fri, 13 Sep 2024 16:14:13 +0000 Subject: [PATCH] chore: Bump /zenoh.*/ dependencies to `1.0.0-beta.2` --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0ac618d..6a002e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,13 +46,13 @@ 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.0.0-dev" } -zenoh_backend_traits = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" , version = "1.0.0-dev" } -zenoh-plugin-trait = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" , version = "1.0.0-dev" } +] , version = "1.0.0-beta.2" } +zenoh_backend_traits = { version = "1.0.0-beta.2" } +zenoh-plugin-trait = { version = "1.0.0-beta.2" } [build-dependencies] rustc_version = "0.4.0" @@ -63,4 +63,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~beta.2-1)"