From 5e54e90bb095953a00aabe4b9b2c190975d4a7de Mon Sep 17 00:00:00 2001 From: eclipse-zenoh-bot Date: Wed, 2 Oct 2024 16:49:53 +0000 Subject: [PATCH] chore: Bump /zenoh.*/ dependencies to `1.0.0-beta.4` --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a6d68a7..111e045 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,14 +52,14 @@ tokio = { version = "1.35.1", default-features = false } # Default features are tracing = "0.1" uhlc = "0.5.2" walkdir = "2.3.2" -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" } -zenoh-ext = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" , version = "1.0.0-dev" } +] , version = "1.0.0-beta.4" } +zenoh_backend_traits = { version = "1.0.0-beta.4" } +zenoh-plugin-trait = { version = "1.0.0-beta.4" } +zenoh-ext = { version = "1.0.0-beta.4" } [build-dependencies] rustc_version = "0.4.0" @@ -70,4 +70,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.4-1)"