Skip to content

Commit

Permalink
Bump version to 0.10.0-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierHecart committed Sep 22, 2023
1 parent b02881a commit e6af788
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 60 deletions.
104 changes: 52 additions & 52 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ members = [
]

[workspace.package]
version = "0.10.0-dev"
version = "0.10.0-rc"
authors = [
"Julien Enoch <[email protected]>",
]
Expand Down Expand Up @@ -47,12 +47,12 @@ 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 = { version = "0.10.0-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.10.0-rc", features = ["unstable"] }
zenoh-collections = { version = "0.10.0-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.10.0-rc" }
zenoh-core = { version = "0.10.0-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.10.0-rc" }
zenoh-ext = { version = "0.10.0-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.10.0-rc", features = ["unstable"] }
zenoh-plugin-rest = { version = "0.10.0-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.10.0-rc", default-features = false }
zenoh-plugin-trait = { version = "0.10.0-rc", git = "https://github.com/eclipse-zenoh/zenoh", branch = "release-0.10.0-rc", default-features = false }

[profile.release]
debug = false
Expand Down
2 changes: 1 addition & 1 deletion zenoh-plugin-mqtt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ maintainer = "[email protected]"
copyright = "2017, 2020 ADLINK Technology Inc."
section = "net"
license-file = ["../LICENSE", "0"]
depends = "zenohd (=0.10.0-dev)"
depends = "zenohd (=0.10.0-rc)"

0 comments on commit e6af788

Please sign in to comment.