Skip to content

Commit

Permalink
Bump version to 0.10.1-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Dec 19, 2023
1 parent 57fd050 commit 9eb7752
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 60 deletions.
98 changes: 49 additions & 49 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#
[package]
name = "zenoh-backend-s3"
version = "0.11.0-dev"
version = "0.10.1-rc"
repository = "https://github.com/eclipse-zenoh/zenoh-backend-s3"
homepage = "http://zenoh.io"
authors = [
Expand Down Expand Up @@ -58,15 +58,15 @@ tokio = { version = "1.26.0", features = ["full"] }
uhlc = "0.5.2"
webpki = "0.22.0"
webpki-roots = "0.25"
zenoh = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "master", features = ["unstable"] }
zenoh_backend_traits = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "master" }
zenoh-buffers = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "master" }
zenoh-codec = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "master" }
zenoh-collections = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "master" }
zenoh-core = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "master" }
zenoh-protocol = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "master" }
zenoh-util = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "master" }
zenoh-keyexpr = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "master" }
zenoh = { version = "0.10.1-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.10.1-rc", features = ["unstable"] }
zenoh_backend_traits = { version = "0.10.1-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.10.1-rc" }
zenoh-buffers = { version = "0.10.1-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.10.1-rc" }
zenoh-codec = { version = "0.10.1-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.10.1-rc" }
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-protocol = { version = "0.10.1-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.10.1-rc" }
zenoh-util = { version = "0.10.1-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.10.1-rc" }
zenoh-keyexpr = { version = "0.10.1-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.10.1-rc" }

[build-dependencies]
rustc_version = "0.4.0"
Expand All @@ -77,4 +77,4 @@ maintainer = "[email protected]"
copyright = "2022 ZettaScale Technology"
section = "net"
license-file = ["LICENSE", "0"]
depends = "zenoh-plugin-storage-manager (=0.11.0-dev)"
depends = "zenoh-plugin-storage-manager (=0.10.1-rc)"

0 comments on commit 9eb7752

Please sign in to comment.