From 1eddfc1563c0347f83aab2fe8882c9466693f31b Mon Sep 17 00:00:00 2001 From: eclipse-zenoh-bot Date: Fri, 11 Oct 2024 15:35:06 +0000 Subject: [PATCH] chore: Bump /zenoh.*/ dependencies to `1.0.0-rc.1` --- Cargo.toml | 12 ++++++------ zenoh-plugin-ros2dds/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ea5ddc7..5e5356b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,17 +42,17 @@ serde = "1.0.154" 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" -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 = [ "plugins", "unstable", ] } -zenoh-config = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false } -zenoh-ext = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = [ +zenoh-config = { version = "1.0.0-rc.1", default-features = false } +zenoh-ext = { version = "1.0.0-rc.1", features = [ "unstable", ] } -zenoh-plugin-ros2dds = { version = "1.0.0-dev", path = "zenoh-plugin-ros2dds/", default-features = false } -zenoh-plugin-rest = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features=["static_plugin"]} -zenoh-plugin-trait = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false } +zenoh-plugin-ros2dds = { version = "1.0.0-rc.1", path = "zenoh-plugin-ros2dds/", default-features = false } +zenoh-plugin-rest = { version = "1.0.0-rc.1", default-features = false, features=["static_plugin"]} +zenoh-plugin-trait = { version = "1.0.0-rc.1", default-features = false } [profile.release] diff --git a/zenoh-plugin-ros2dds/Cargo.toml b/zenoh-plugin-ros2dds/Cargo.toml index dc8fc62..3783853 100644 --- a/zenoh-plugin-ros2dds/Cargo.toml +++ b/zenoh-plugin-ros2dds/Cargo.toml @@ -61,4 +61,4 @@ maintainer = "zenoh-dev@eclipse.org" copyright = "2017, 2022 ZettaScale Technology Inc." section = "net" license-file = ["../LICENSE", "0"] -depends = "zenohd (=1.0.0~dev-1)" +depends = "zenohd (=1.0.0~rc.1-1)"