Skip to content

Commit

Permalink
Bump dev version to 1.0.0-dev (#130)
Browse files Browse the repository at this point in the history
* chore: Bump version to `1.0.0-dev`

* chore: Bump /zenoh.*/ dependencies to `1.0.0-dev`

* chore: Update Cargo lockfile

---------

Co-authored-by: eclipse-zenoh-bot <[email protected]>
  • Loading branch information
zettascale-bot and eclipse-zenoh-bot authored Aug 20, 2024
1 parent c7a5796 commit 85c9978
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 60 deletions.
108 changes: 54 additions & 54 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ members = ["zenoh-bridge-ros1", "zenoh-plugin-ros1", "rosrust/rosrust"]
exclude = ["rosrust"]

[workspace.package]
version = "0.11.0-dev"
version = "1.0.0-dev"
authors = [
"Dmitrii Bannov <[email protected]>",
"Luca Cominardi <[email protected]>",
Expand Down Expand Up @@ -51,14 +51,14 @@ rustc_version = "0.4"
test-case = { version = "3.3" }
tokio = { version = "1.35.1", features = ["process"] }
tracing = "0.1"
zenoh = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "dev/1.0.0", features = [
zenoh = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "dev/1.0.0", features = [
"internal",
"unstable",
"plugins",
] }
zenoh-plugin-rest = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "dev/1.0.0", default-features = false }
zenoh-plugin-trait = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "dev/1.0.0", default-features = false }
zenoh-plugin-ros1 = { version = "0.11.0-dev", path = "zenoh-plugin-ros1", default-features = false }
zenoh-plugin-rest = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "dev/1.0.0", default-features = false }
zenoh-plugin-trait = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "dev/1.0.0", default-features = false }
zenoh-plugin-ros1 = { version = "1.0.0-dev", path = "zenoh-plugin-ros1", default-features = false }

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

0 comments on commit 85c9978

Please sign in to comment.