From 49c260f4aeaad3a303f25b7496e5ec9dfc7a412c Mon Sep 17 00:00:00 2001 From: Mahmoud Mazouz Date: Tue, 19 Dec 2023 15:50:25 +0100 Subject: [PATCH] Bump version to 0.10.1-rc --- Cargo.lock | 104 ++++++++++++++++++------------------ Cargo.toml | 16 +++--- zenoh-plugin-dds/Cargo.toml | 2 +- 3 files changed, 61 insertions(+), 61 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9485c482..195c9f20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4203,8 +4203,8 @@ dependencies = [ [[package]] name = "zenoh" -version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#780ec606ba4000a17b2da0e2b0b668e11d37c65e" +version = "0.10.1-rc" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=release-0.10.1-rc#c9500e0e016b89f9eb8949fe6eac8a858fb87599" dependencies = [ "async-global-executor", "async-std", @@ -4251,7 +4251,7 @@ dependencies = [ [[package]] name = "zenoh-bridge-dds" -version = "0.11.0-dev" +version = "0.10.1-rc" dependencies = [ "async-liveliness-monitor", "async-std", @@ -4268,16 +4268,16 @@ dependencies = [ [[package]] name = "zenoh-buffers" -version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#780ec606ba4000a17b2da0e2b0b668e11d37c65e" +version = "0.10.1-rc" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=release-0.10.1-rc#c9500e0e016b89f9eb8949fe6eac8a858fb87599" dependencies = [ "zenoh-collections", ] [[package]] name = "zenoh-codec" -version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#780ec606ba4000a17b2da0e2b0b668e11d37c65e" +version = "0.10.1-rc" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=release-0.10.1-rc#c9500e0e016b89f9eb8949fe6eac8a858fb87599" dependencies = [ "log", "serde", @@ -4288,13 +4288,13 @@ dependencies = [ [[package]] name = "zenoh-collections" -version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#780ec606ba4000a17b2da0e2b0b668e11d37c65e" +version = "0.10.1-rc" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=release-0.10.1-rc#c9500e0e016b89f9eb8949fe6eac8a858fb87599" [[package]] name = "zenoh-config" -version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#780ec606ba4000a17b2da0e2b0b668e11d37c65e" +version = "0.10.1-rc" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=release-0.10.1-rc#c9500e0e016b89f9eb8949fe6eac8a858fb87599" dependencies = [ "flume", "json5", @@ -4312,8 +4312,8 @@ dependencies = [ [[package]] name = "zenoh-core" -version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#780ec606ba4000a17b2da0e2b0b668e11d37c65e" +version = "0.10.1-rc" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=release-0.10.1-rc#c9500e0e016b89f9eb8949fe6eac8a858fb87599" dependencies = [ "async-std", "lazy_static", @@ -4322,8 +4322,8 @@ dependencies = [ [[package]] name = "zenoh-crypto" -version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#780ec606ba4000a17b2da0e2b0b668e11d37c65e" +version = "0.10.1-rc" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=release-0.10.1-rc#c9500e0e016b89f9eb8949fe6eac8a858fb87599" dependencies = [ "aes 0.8.3", "hmac 0.12.1", @@ -4335,8 +4335,8 @@ dependencies = [ [[package]] name = "zenoh-ext" -version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#780ec606ba4000a17b2da0e2b0b668e11d37c65e" +version = "0.10.1-rc" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=release-0.10.1-rc#c9500e0e016b89f9eb8949fe6eac8a858fb87599" dependencies = [ "async-std", "bincode", @@ -4355,8 +4355,8 @@ dependencies = [ [[package]] name = "zenoh-keyexpr" -version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#780ec606ba4000a17b2da0e2b0b668e11d37c65e" +version = "0.10.1-rc" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=release-0.10.1-rc#c9500e0e016b89f9eb8949fe6eac8a858fb87599" dependencies = [ "hashbrown 0.14.0", "keyed-set", @@ -4369,8 +4369,8 @@ dependencies = [ [[package]] name = "zenoh-link" -version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#780ec606ba4000a17b2da0e2b0b668e11d37c65e" +version = "0.10.1-rc" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=release-0.10.1-rc#c9500e0e016b89f9eb8949fe6eac8a858fb87599" dependencies = [ "async-std", "async-trait", @@ -4388,8 +4388,8 @@ dependencies = [ [[package]] name = "zenoh-link-commons" -version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#780ec606ba4000a17b2da0e2b0b668e11d37c65e" +version = "0.10.1-rc" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=release-0.10.1-rc#c9500e0e016b89f9eb8949fe6eac8a858fb87599" dependencies = [ "async-std", "async-trait", @@ -4405,8 +4405,8 @@ dependencies = [ [[package]] name = "zenoh-link-quic" -version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#780ec606ba4000a17b2da0e2b0b668e11d37c65e" +version = "0.10.1-rc" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=release-0.10.1-rc#c9500e0e016b89f9eb8949fe6eac8a858fb87599" dependencies = [ "async-rustls", "async-std", @@ -4431,8 +4431,8 @@ dependencies = [ [[package]] name = "zenoh-link-tcp" -version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#780ec606ba4000a17b2da0e2b0b668e11d37c65e" +version = "0.10.1-rc" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=release-0.10.1-rc#c9500e0e016b89f9eb8949fe6eac8a858fb87599" dependencies = [ "async-std", "async-trait", @@ -4447,8 +4447,8 @@ dependencies = [ [[package]] name = "zenoh-link-tls" -version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#780ec606ba4000a17b2da0e2b0b668e11d37c65e" +version = "0.10.1-rc" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=release-0.10.1-rc#c9500e0e016b89f9eb8949fe6eac8a858fb87599" dependencies = [ "async-rustls", "async-std", @@ -4472,8 +4472,8 @@ dependencies = [ [[package]] name = "zenoh-link-udp" -version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#780ec606ba4000a17b2da0e2b0b668e11d37c65e" +version = "0.10.1-rc" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=release-0.10.1-rc#c9500e0e016b89f9eb8949fe6eac8a858fb87599" dependencies = [ "async-std", "async-trait", @@ -4491,8 +4491,8 @@ dependencies = [ [[package]] name = "zenoh-link-unixsock_stream" -version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#780ec606ba4000a17b2da0e2b0b668e11d37c65e" +version = "0.10.1-rc" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=release-0.10.1-rc#c9500e0e016b89f9eb8949fe6eac8a858fb87599" dependencies = [ "async-std", "async-trait", @@ -4509,8 +4509,8 @@ dependencies = [ [[package]] name = "zenoh-link-ws" -version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#780ec606ba4000a17b2da0e2b0b668e11d37c65e" +version = "0.10.1-rc" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=release-0.10.1-rc#c9500e0e016b89f9eb8949fe6eac8a858fb87599" dependencies = [ "async-std", "async-trait", @@ -4529,8 +4529,8 @@ dependencies = [ [[package]] name = "zenoh-macros" -version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#780ec606ba4000a17b2da0e2b0b668e11d37c65e" +version = "0.10.1-rc" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=release-0.10.1-rc#c9500e0e016b89f9eb8949fe6eac8a858fb87599" dependencies = [ "proc-macro2", "quote", @@ -4542,7 +4542,7 @@ dependencies = [ [[package]] name = "zenoh-plugin-dds" -version = "0.11.0-dev" +version = "0.10.1-rc" dependencies = [ "async-std", "async-trait", @@ -4571,8 +4571,8 @@ dependencies = [ [[package]] name = "zenoh-plugin-rest" -version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#780ec606ba4000a17b2da0e2b0b668e11d37c65e" +version = "0.10.1-rc" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=release-0.10.1-rc#c9500e0e016b89f9eb8949fe6eac8a858fb87599" dependencies = [ "anyhow", "async-std", @@ -4599,8 +4599,8 @@ dependencies = [ [[package]] name = "zenoh-plugin-trait" -version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#780ec606ba4000a17b2da0e2b0b668e11d37c65e" +version = "0.10.1-rc" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=release-0.10.1-rc#c9500e0e016b89f9eb8949fe6eac8a858fb87599" dependencies = [ "libloading 0.8.0", "log", @@ -4612,8 +4612,8 @@ dependencies = [ [[package]] name = "zenoh-protocol" -version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#780ec606ba4000a17b2da0e2b0b668e11d37c65e" +version = "0.10.1-rc" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=release-0.10.1-rc#c9500e0e016b89f9eb8949fe6eac8a858fb87599" dependencies = [ "const_format", "hex", @@ -4628,16 +4628,16 @@ dependencies = [ [[package]] name = "zenoh-result" -version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#780ec606ba4000a17b2da0e2b0b668e11d37c65e" +version = "0.10.1-rc" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=release-0.10.1-rc#c9500e0e016b89f9eb8949fe6eac8a858fb87599" dependencies = [ "anyhow", ] [[package]] name = "zenoh-sync" -version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#780ec606ba4000a17b2da0e2b0b668e11d37c65e" +version = "0.10.1-rc" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=release-0.10.1-rc#c9500e0e016b89f9eb8949fe6eac8a858fb87599" dependencies = [ "async-std", "event-listener 4.0.0", @@ -4651,8 +4651,8 @@ dependencies = [ [[package]] name = "zenoh-transport" -version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#780ec606ba4000a17b2da0e2b0b668e11d37c65e" +version = "0.10.1-rc" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=release-0.10.1-rc#c9500e0e016b89f9eb8949fe6eac8a858fb87599" dependencies = [ "async-executor", "async-global-executor", @@ -4682,8 +4682,8 @@ dependencies = [ [[package]] name = "zenoh-util" -version = "0.11.0-dev" -source = "git+https://github.com/eclipse-zenoh/zenoh?branch=master#780ec606ba4000a17b2da0e2b0b668e11d37c65e" +version = "0.10.1-rc" +source = "git+https://github.com/eclipse-zenoh/zenoh?branch=release-0.10.1-rc#c9500e0e016b89f9eb8949fe6eac8a858fb87599" dependencies = [ "async-std", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 50f38c65..7c52101d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ members = [ ] [workspace.package] -version = "0.11.0-dev" +version = "0.10.1-rc" authors = [ "kydos ", "Esteve Fernandez ", @@ -51,13 +51,13 @@ regex = "1.7.1" rustc_version = "0.4" serde = "1.0.154" serde_json = "1.0.94" -zenoh = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "master", features = ["unstable"] } -zenoh-collections = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "master" } -zenoh-core = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "master" } -zenoh-ext = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "master", features = ["unstable"] } -zenoh-plugin-rest = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "master", default-features = false } -zenoh-plugin-trait = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "master", default-features = false } -zenoh-util = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "master", default-features = false } +zenoh = { version = "0.10.1-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.10.1-rc", features = ["unstable"] } +zenoh-collections = { version = "0.10.1-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.10.1-rc" } +zenoh-core = { version = "0.10.1-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.10.1-rc" } +zenoh-ext = { version = "0.10.1-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.10.1-rc", features = ["unstable"] } +zenoh-plugin-rest = { version = "0.10.1-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.10.1-rc", default-features = false } +zenoh-plugin-trait = { version = "0.10.1-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.10.1-rc", default-features = false } +zenoh-util = { version = "0.10.1-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.10.1-rc", default-features = false } [profile.release] debug = false diff --git a/zenoh-plugin-dds/Cargo.toml b/zenoh-plugin-dds/Cargo.toml index ecc0eee8..843e5494 100644 --- a/zenoh-plugin-dds/Cargo.toml +++ b/zenoh-plugin-dds/Cargo.toml @@ -65,4 +65,4 @@ maintainer = "zenoh-dev@eclipse.org" copyright = "2017, 2022 ZettaScale Technology Inc." section = "net" license-file = ["../LICENSE", "0"] -depends = "zenohd (=0.11.0-dev)" +depends = "zenohd (=0.10.1-rc)"