From 9301e7d5a21279cdcc3b3b588f05a7a823f8b9bc Mon Sep 17 00:00:00 2001 From: eclipse-zenoh-bot Date: Tue, 23 Apr 2024 13:58:58 +0000 Subject: [PATCH] chore: Bump /zenoh.*/ dependencies to `0.11.0-rc.1` --- Cargo.toml | 62 +++++++++---------- plugins/zenoh-plugin-rest/Cargo.toml | 2 +- .../zenoh-plugin-storage-manager/Cargo.toml | 2 +- zenoh/Cargo.toml | 2 +- 4 files changed, 34 insertions(+), 34 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 461167f2ed..241fba267b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -171,37 +171,37 @@ vec_map = "0.8.2" webpki-roots = "0.26.0" winapi = { version = "0.3.9", features = ["iphlpapi"] } z-serial = "0.2.3" -zenoh-ext = { version = "0.11.0-dev", path = "zenoh-ext" } -zenoh-shm = { version = "0.11.0-dev", path = "commons/zenoh-shm" } -zenoh-result = { version = "0.11.0-dev", path = "commons/zenoh-result", default-features = false } -zenoh-config = { version = "0.11.0-dev", path = "commons/zenoh-config" } -zenoh-protocol = { version = "0.11.0-dev", path = "commons/zenoh-protocol", default-features = false } -zenoh-keyexpr = { version = "0.11.0-dev", path = "commons/zenoh-keyexpr", default-features = false } -zenoh-core = { version = "0.11.0-dev", path = "commons/zenoh-core" } -zenoh-buffers = { version = "0.11.0-dev", path = "commons/zenoh-buffers", default-features = false } -zenoh-util = { version = "0.11.0-dev", path = "commons/zenoh-util" } -zenoh-crypto = { version = "0.11.0-dev", path = "commons/zenoh-crypto" } -zenoh-codec = { version = "0.11.0-dev", path = "commons/zenoh-codec" } -zenoh-sync = { version = "0.11.0-dev", path = "commons/zenoh-sync" } -zenoh-collections = { version = "0.11.0-dev", path = "commons/zenoh-collections", default-features = false } -zenoh-macros = { version = "0.11.0-dev", path = "commons/zenoh-macros" } -zenoh-plugin-trait = { version = "0.11.0-dev", path = "plugins/zenoh-plugin-trait", default-features = false } -zenoh_backend_traits = { version = "0.11.0-dev", path = "plugins/zenoh-backend-traits" } -zenoh-transport = { version = "0.11.0-dev", path = "io/zenoh-transport", default-features = false } -zenoh-link-tls = { version = "0.11.0-dev", path = "io/zenoh-links/zenoh-link-tls" } -zenoh-link-tcp = { version = "0.11.0-dev", path = "io/zenoh-links/zenoh-link-tcp" } -zenoh-link-unixsock_stream = { version = "0.11.0-dev", path = "io/zenoh-links/zenoh-link-unixsock_stream" } -zenoh-link-quic = { version = "0.11.0-dev", path = "io/zenoh-links/zenoh-link-quic" } -zenoh-link-udp = { version = "0.11.0-dev", path = "io/zenoh-links/zenoh-link-udp" } -zenoh-link-ws = { version = "0.11.0-dev", path = "io/zenoh-links/zenoh-link-ws" } -zenoh-link-unixpipe = { version = "0.11.0-dev", path = "io/zenoh-links/zenoh-link-unixpipe" } -zenoh-link-serial = { version = "0.11.0-dev", path = "io/zenoh-links/zenoh-link-serial" } -zenoh-link-vsock = { version = "0.11.0-dev", path = "io/zenoh-links/zenoh-link-vsock" } -zenoh-link = { version = "0.11.0-dev", path = "io/zenoh-link" } -zenoh-link-commons = { version = "0.11.0-dev", path = "io/zenoh-link-commons" } -zenoh = { version = "0.11.0-dev", path = "zenoh", default-features = false } -zenoh-runtime = { version = "0.11.0-dev", path = "commons/zenoh-runtime" } -zenoh-task = { version = "0.11.0-dev", path = "commons/zenoh-task" } +zenoh-ext = { version = "0.11.0-rc.1", path = "zenoh-ext" } +zenoh-shm = { version = "0.11.0-rc.1", path = "commons/zenoh-shm" } +zenoh-result = { version = "0.11.0-rc.1", path = "commons/zenoh-result", default-features = false } +zenoh-config = { version = "0.11.0-rc.1", path = "commons/zenoh-config" } +zenoh-protocol = { version = "0.11.0-rc.1", path = "commons/zenoh-protocol", default-features = false } +zenoh-keyexpr = { version = "0.11.0-rc.1", path = "commons/zenoh-keyexpr", default-features = false } +zenoh-core = { version = "0.11.0-rc.1", path = "commons/zenoh-core" } +zenoh-buffers = { version = "0.11.0-rc.1", path = "commons/zenoh-buffers", default-features = false } +zenoh-util = { version = "0.11.0-rc.1", path = "commons/zenoh-util" } +zenoh-crypto = { version = "0.11.0-rc.1", path = "commons/zenoh-crypto" } +zenoh-codec = { version = "0.11.0-rc.1", path = "commons/zenoh-codec" } +zenoh-sync = { version = "0.11.0-rc.1", path = "commons/zenoh-sync" } +zenoh-collections = { version = "0.11.0-rc.1", path = "commons/zenoh-collections", default-features = false } +zenoh-macros = { version = "0.11.0-rc.1", path = "commons/zenoh-macros" } +zenoh-plugin-trait = { version = "0.11.0-rc.1", path = "plugins/zenoh-plugin-trait", default-features = false } +zenoh_backend_traits = { version = "0.11.0-rc.1", path = "plugins/zenoh-backend-traits" } +zenoh-transport = { version = "0.11.0-rc.1", path = "io/zenoh-transport", default-features = false } +zenoh-link-tls = { version = "0.11.0-rc.1", path = "io/zenoh-links/zenoh-link-tls" } +zenoh-link-tcp = { version = "0.11.0-rc.1", path = "io/zenoh-links/zenoh-link-tcp" } +zenoh-link-unixsock_stream = { version = "0.11.0-rc.1", path = "io/zenoh-links/zenoh-link-unixsock_stream" } +zenoh-link-quic = { version = "0.11.0-rc.1", path = "io/zenoh-links/zenoh-link-quic" } +zenoh-link-udp = { version = "0.11.0-rc.1", path = "io/zenoh-links/zenoh-link-udp" } +zenoh-link-ws = { version = "0.11.0-rc.1", path = "io/zenoh-links/zenoh-link-ws" } +zenoh-link-unixpipe = { version = "0.11.0-rc.1", path = "io/zenoh-links/zenoh-link-unixpipe" } +zenoh-link-serial = { version = "0.11.0-rc.1", path = "io/zenoh-links/zenoh-link-serial" } +zenoh-link-vsock = { version = "0.11.0-rc.1", path = "io/zenoh-links/zenoh-link-vsock" } +zenoh-link = { version = "0.11.0-rc.1", path = "io/zenoh-link" } +zenoh-link-commons = { version = "0.11.0-rc.1", path = "io/zenoh-link-commons" } +zenoh = { version = "0.11.0-rc.1", path = "zenoh", default-features = false } +zenoh-runtime = { version = "0.11.0-rc.1", path = "commons/zenoh-runtime" } +zenoh-task = { version = "0.11.0-rc.1", 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 8d88368643..0a1f94f574 100644 --- a/plugins/zenoh-plugin-rest/Cargo.toml +++ b/plugins/zenoh-plugin-rest/Cargo.toml @@ -71,4 +71,4 @@ maintainer = "zenoh-dev@eclipse.org" copyright = "2024 ZettaScale Technology" section = "net" license-file = ["../../LICENSE", "0"] -depends = "zenohd (=0.11.0-dev-1)" +depends = "zenohd (=0.11.0-rc.1)" diff --git a/plugins/zenoh-plugin-storage-manager/Cargo.toml b/plugins/zenoh-plugin-storage-manager/Cargo.toml index 1e37093a78..738d5355a3 100644 --- a/plugins/zenoh-plugin-storage-manager/Cargo.toml +++ b/plugins/zenoh-plugin-storage-manager/Cargo.toml @@ -71,4 +71,4 @@ maintainer = "zenoh-dev@eclipse.org" copyright = "2024 ZettaScale Technology" section = "net" license-file = ["../../LICENSE", "0"] -depends = "zenohd (=0.11.0-dev-1)" +depends = "zenohd (=0.11.0-rc.1)" diff --git a/zenoh/Cargo.toml b/zenoh/Cargo.toml index 7c9288731f..feb49c95a0 100644 --- a/zenoh/Cargo.toml +++ b/zenoh/Cargo.toml @@ -126,6 +126,6 @@ maintainer = "zenoh-dev@eclipse.org" copyright = "2024 ZettaScale Technology" section = "net" license-file = ["../LICENSE", "0"] -depends = "zenohd (=0.11.0-dev-1), zenoh-plugin-rest (=0.11.0-dev-1), zenoh-plugin-storage-manager (=0.11.0-dev-1)" +depends = "zenohd (=0.11.0-rc.1), zenoh-plugin-rest (=0.11.0-rc.1), zenoh-plugin-storage-manager (=0.11.0-rc.1)" maintainer-scripts = ".deb" assets = [["../README.md", "README.md", "644"]]