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 788172b commit c9500e0
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 64 deletions.
66 changes: 33 additions & 33 deletions Cargo.lock

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

58 changes: 29 additions & 29 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ exclude = ["ci/nostd-check"]

[workspace.package]
rust-version = "1.66.1"
version = "0.11.0-dev" # Zenoh version
version = "0.10.1-rc" # Zenoh version
repository = "https://github.com/eclipse-zenoh/zenoh"
homepage = "http://zenoh.io"
authors = [
Expand Down Expand Up @@ -158,34 +158,34 @@ vec_map = "0.8.2"
webpki-roots = "0.26.0"
winapi = { version = "0.3.9", features = ["iphlpapi"] }
z-serial = "0.2.1"
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 = { 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-ext = { version = "0.10.1-rc", path = "zenoh-ext" }
zenoh-shm = { version = "0.10.1-rc", path = "commons/zenoh-shm" }
zenoh-result = { version = "0.10.1-rc", path = "commons/zenoh-result", default-features = false }
zenoh-config = { version = "0.10.1-rc", path = "commons/zenoh-config" }
zenoh-protocol = { version = "0.10.1-rc", path = "commons/zenoh-protocol", default-features = false }
zenoh-keyexpr = { version = "0.10.1-rc", path = "commons/zenoh-keyexpr", default-features = false }
zenoh-core = { version = "0.10.1-rc", path = "commons/zenoh-core" }
zenoh-buffers = { version = "0.10.1-rc", path = "commons/zenoh-buffers", default-features = false }
zenoh-util = { version = "0.10.1-rc", path = "commons/zenoh-util" }
zenoh-crypto = { version = "0.10.1-rc", path = "commons/zenoh-crypto" }
zenoh-codec = { version = "0.10.1-rc", path = "commons/zenoh-codec" }
zenoh-sync = { version = "0.10.1-rc", path = "commons/zenoh-sync" }
zenoh-collections = { version = "0.10.1-rc", path = "commons/zenoh-collections", default-features = false }
zenoh-macros = { version = "0.10.1-rc", path = "commons/zenoh-macros" }
zenoh-plugin-trait = { version = "0.10.1-rc", path = "plugins/zenoh-plugin-trait", default-features = false }
zenoh_backend_traits = { version = "0.10.1-rc", path = "plugins/zenoh-backend-traits" }
zenoh-transport = { version = "0.10.1-rc", path = "io/zenoh-transport", default-features = false }
zenoh-link-tls = { version = "0.10.1-rc", path = "io/zenoh-links/zenoh-link-tls" }
zenoh-link-tcp = { version = "0.10.1-rc", path = "io/zenoh-links/zenoh-link-tcp" }
zenoh-link-unixsock_stream = { version = "0.10.1-rc", path = "io/zenoh-links/zenoh-link-unixsock_stream" }
zenoh-link-quic = { version = "0.10.1-rc", path = "io/zenoh-links/zenoh-link-quic" }
zenoh-link-udp = { version = "0.10.1-rc", path = "io/zenoh-links/zenoh-link-udp" }
zenoh-link-ws = { version = "0.10.1-rc", path = "io/zenoh-links/zenoh-link-ws" }
zenoh-link-unixpipe = { version = "0.10.1-rc", path = "io/zenoh-links/zenoh-link-unixpipe" }
zenoh-link-serial = { version = "0.10.1-rc", path = "io/zenoh-links/zenoh-link-serial" }
zenoh-link = { version = "0.10.1-rc", path = "io/zenoh-link" }
zenoh-link-commons = { version = "0.10.1-rc", path = "io/zenoh-link-commons" }
zenoh = { version = "0.10.1-rc", path = "zenoh", default-features = false }

[profile.dev]
debug = true
Expand Down
2 changes: 1 addition & 1 deletion plugins/zenoh-plugin-rest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ maintainer = "[email protected]"
copyright = "2022 ZettaScale Technology"
section = "net"
license-file = ["../../LICENSE", "0"]
depends = "zenohd (=0.11.0-dev)"
depends = "zenohd (=0.10.1-rc)"
2 changes: 1 addition & 1 deletion plugins/zenoh-plugin-storage-manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ maintainer = "[email protected]"
copyright = "2022 ZettaScale Technology"
section = "net"
license-file = ["../../LICENSE", "0"]
depends = "zenohd (=0.11.0-dev)"
depends = "zenohd (=0.10.1-rc)"

0 comments on commit c9500e0

Please sign in to comment.