From 3733c25ab8d8d82f0f076f306adca5f460bbf5c9 Mon Sep 17 00:00:00 2001 From: eclipse-zenoh-bot Date: Wed, 2 Oct 2024 16:19:18 +0000 Subject: [PATCH] chore: Bump /zenoh.*/ dependencies to `1.0.0-beta.4` --- Cargo.toml | 6 +++--- v1/Cargo.toml | 2 +- v2/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ec0c88a..6193107 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-beta.4", 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-beta.4"} +zenoh-plugin-trait = { version = "1.0.0-beta.4"} diff --git a/v1/Cargo.toml b/v1/Cargo.toml index 9d2abac..fa8f2f8 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~beta.4-1)" diff --git a/v2/Cargo.toml b/v2/Cargo.toml index 2ead41c..fc2f1c2 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~beta.4-1)"