From 0bb0501ec6535f0dc4936552d191fdca965e7fbf Mon Sep 17 00:00:00 2001 From: eclipse-zenoh-bot Date: Thu, 17 Oct 2024 13:01:48 +0000 Subject: [PATCH] chore: Bump /zenoh.*/ dependencies to `1.0.0-rc.2` --- Cargo.toml | 62 +++++++++---------- plugins/zenoh-plugin-rest/Cargo.toml | 4 +- .../zenoh-plugin-storage-manager/Cargo.toml | 2 +- zenoh/Cargo.toml | 2 +- 4 files changed, 35 insertions(+), 35 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0bce5ecc78..1425d31937 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -190,37 +190,37 @@ x509-parser = "0.16.0" z-serial = "0.2.3" either = "1.13.0" prost = "0.13.2" -zenoh-ext = { version = "1.0.0-dev", path = "zenoh-ext" } -zenoh-shm = { version = "1.0.0-dev", path = "commons/zenoh-shm" } -zenoh-result = { version = "1.0.0-dev", path = "commons/zenoh-result", default-features = false } -zenoh-config = { version = "1.0.0-dev", path = "commons/zenoh-config" } -zenoh-protocol = { version = "1.0.0-dev", path = "commons/zenoh-protocol", default-features = false } -zenoh-keyexpr = { version = "1.0.0-dev", path = "commons/zenoh-keyexpr", default-features = false } -zenoh-core = { version = "1.0.0-dev", path = "commons/zenoh-core" } -zenoh-buffers = { version = "1.0.0-dev", path = "commons/zenoh-buffers", default-features = false } -zenoh-util = { version = "1.0.0-dev", path = "commons/zenoh-util" } -zenoh-crypto = { version = "1.0.0-dev", path = "commons/zenoh-crypto" } -zenoh-codec = { version = "1.0.0-dev", path = "commons/zenoh-codec" } -zenoh-sync = { version = "1.0.0-dev", path = "commons/zenoh-sync" } -zenoh-collections = { version = "1.0.0-dev", path = "commons/zenoh-collections", default-features = false } -zenoh-macros = { version = "1.0.0-dev", path = "commons/zenoh-macros" } -zenoh-plugin-trait = { version = "1.0.0-dev", path = "plugins/zenoh-plugin-trait", default-features = false } -zenoh_backend_traits = { version = "1.0.0-dev", path = "plugins/zenoh-backend-traits" } -zenoh-transport = { version = "1.0.0-dev", path = "io/zenoh-transport", default-features = false } -zenoh-link-tls = { version = "1.0.0-dev", path = "io/zenoh-links/zenoh-link-tls" } -zenoh-link-tcp = { version = "1.0.0-dev", path = "io/zenoh-links/zenoh-link-tcp" } -zenoh-link-unixsock_stream = { version = "1.0.0-dev", path = "io/zenoh-links/zenoh-link-unixsock_stream" } -zenoh-link-quic = { version = "1.0.0-dev", path = "io/zenoh-links/zenoh-link-quic" } -zenoh-link-udp = { version = "1.0.0-dev", path = "io/zenoh-links/zenoh-link-udp" } -zenoh-link-ws = { version = "1.0.0-dev", path = "io/zenoh-links/zenoh-link-ws" } -zenoh-link-unixpipe = { version = "1.0.0-dev", path = "io/zenoh-links/zenoh-link-unixpipe" } -zenoh-link-serial = { version = "1.0.0-dev", path = "io/zenoh-links/zenoh-link-serial" } -zenoh-link-vsock = { version = "1.0.0-dev", path = "io/zenoh-links/zenoh-link-vsock" } -zenoh-link = { version = "1.0.0-dev", path = "io/zenoh-link" } -zenoh-link-commons = { version = "1.0.0-dev", path = "io/zenoh-link-commons" } -zenoh = { version = "1.0.0-dev", path = "zenoh", default-features = false } -zenoh-runtime = { version = "1.0.0-dev", path = "commons/zenoh-runtime" } -zenoh-task = { version = "1.0.0-dev", path = "commons/zenoh-task" } +zenoh-ext = { version = "1.0.0-rc.2", path = "zenoh-ext" } +zenoh-shm = { version = "1.0.0-rc.2", path = "commons/zenoh-shm" } +zenoh-result = { version = "1.0.0-rc.2", path = "commons/zenoh-result", default-features = false } +zenoh-config = { version = "1.0.0-rc.2", path = "commons/zenoh-config" } +zenoh-protocol = { version = "1.0.0-rc.2", path = "commons/zenoh-protocol", default-features = false } +zenoh-keyexpr = { version = "1.0.0-rc.2", path = "commons/zenoh-keyexpr", default-features = false } +zenoh-core = { version = "1.0.0-rc.2", path = "commons/zenoh-core" } +zenoh-buffers = { version = "1.0.0-rc.2", path = "commons/zenoh-buffers", default-features = false } +zenoh-util = { version = "1.0.0-rc.2", path = "commons/zenoh-util" } +zenoh-crypto = { version = "1.0.0-rc.2", path = "commons/zenoh-crypto" } +zenoh-codec = { version = "1.0.0-rc.2", path = "commons/zenoh-codec" } +zenoh-sync = { version = "1.0.0-rc.2", path = "commons/zenoh-sync" } +zenoh-collections = { version = "1.0.0-rc.2", path = "commons/zenoh-collections", default-features = false } +zenoh-macros = { version = "1.0.0-rc.2", path = "commons/zenoh-macros" } +zenoh-plugin-trait = { version = "1.0.0-rc.2", path = "plugins/zenoh-plugin-trait", default-features = false } +zenoh_backend_traits = { version = "1.0.0-rc.2", path = "plugins/zenoh-backend-traits" } +zenoh-transport = { version = "1.0.0-rc.2", path = "io/zenoh-transport", default-features = false } +zenoh-link-tls = { version = "1.0.0-rc.2", path = "io/zenoh-links/zenoh-link-tls" } +zenoh-link-tcp = { version = "1.0.0-rc.2", path = "io/zenoh-links/zenoh-link-tcp" } +zenoh-link-unixsock_stream = { version = "1.0.0-rc.2", path = "io/zenoh-links/zenoh-link-unixsock_stream" } +zenoh-link-quic = { version = "1.0.0-rc.2", path = "io/zenoh-links/zenoh-link-quic" } +zenoh-link-udp = { version = "1.0.0-rc.2", path = "io/zenoh-links/zenoh-link-udp" } +zenoh-link-ws = { version = "1.0.0-rc.2", path = "io/zenoh-links/zenoh-link-ws" } +zenoh-link-unixpipe = { version = "1.0.0-rc.2", path = "io/zenoh-links/zenoh-link-unixpipe" } +zenoh-link-serial = { version = "1.0.0-rc.2", path = "io/zenoh-links/zenoh-link-serial" } +zenoh-link-vsock = { version = "1.0.0-rc.2", path = "io/zenoh-links/zenoh-link-vsock" } +zenoh-link = { version = "1.0.0-rc.2", path = "io/zenoh-link" } +zenoh-link-commons = { version = "1.0.0-rc.2", path = "io/zenoh-link-commons" } +zenoh = { version = "1.0.0-rc.2", path = "zenoh", default-features = false } +zenoh-runtime = { version = "1.0.0-rc.2", path = "commons/zenoh-runtime" } +zenoh-task = { version = "1.0.0-rc.2", path = "commons/zenoh-task" } [profile.dev] debug = true diff --git a/plugins/zenoh-plugin-rest/Cargo.toml b/plugins/zenoh-plugin-rest/Cargo.toml index e3b0e189d9..21690caa10 100644 --- a/plugins/zenoh-plugin-rest/Cargo.toml +++ b/plugins/zenoh-plugin-rest/Cargo.toml @@ -75,7 +75,7 @@ maintainer = "zenoh-dev@eclipse.org" copyright = "2024 ZettaScale Technology" section = "net" license-file = ["../../LICENSE", "0"] -depends = "zenohd (=1.0.0~dev-1)" +depends = "zenohd (=1.0.0~rc.2-1)" [package.metadata.cargo-machete] -ignored = ["async-std"] \ No newline at end of file +ignored = ["async-std"] diff --git a/plugins/zenoh-plugin-storage-manager/Cargo.toml b/plugins/zenoh-plugin-storage-manager/Cargo.toml index 25685d9388..6c2c5616cf 100644 --- a/plugins/zenoh-plugin-storage-manager/Cargo.toml +++ b/plugins/zenoh-plugin-storage-manager/Cargo.toml @@ -72,7 +72,7 @@ maintainer = "zenoh-dev@eclipse.org" copyright = "2024 ZettaScale Technology" section = "net" license-file = ["../../LICENSE", "0"] -depends = "zenohd (=1.0.0~dev-1)" +depends = "zenohd (=1.0.0~rc.2-1)" [package.metadata.cargo-machete] ignored = ["git-version"] diff --git a/zenoh/Cargo.toml b/zenoh/Cargo.toml index 94f6d6eb48..3a570f31bc 100644 --- a/zenoh/Cargo.toml +++ b/zenoh/Cargo.toml @@ -129,7 +129,7 @@ maintainer = "zenoh-dev@eclipse.org" copyright = "2024 ZettaScale Technology" section = "net" license-file = ["../LICENSE", "0"] -depends = "zenohd (=1.0.0~dev-1), zenoh-plugin-rest (=1.0.0~dev-1), zenoh-plugin-storage-manager (=1.0.0~dev-1)" +depends = "zenohd (=1.0.0~rc.2-1), zenoh-plugin-rest (=1.0.0~rc.2-1), zenoh-plugin-storage-manager (=1.0.0~rc.2-1)" maintainer-scripts = ".deb" assets = [["../README.md", "README.md", "644"]]