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 adc779b commit 1af494d
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 59 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.

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#
[package]
name = "zenoh-backend-rocksdb"
version = "0.11.0-dev"
version = "0.10.1-rc"
repository = "https://github.com/eclipse-zenoh/zenoh-backend-rocksdb"
homepage = "http://zenoh.io"
authors = [
Expand Down Expand Up @@ -45,14 +45,14 @@ log = "0.4.17"
rocksdb = "0.20.1"
serde_json = "1.0.94"
uhlc = "0.5.2"
zenoh = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "master", features = ["unstable"] }
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_backend_traits = { 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-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" }
zenoh_backend_traits = { 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 @@ -63,4 +63,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 1af494d

Please sign in to comment.