Skip to content

Commit

Permalink
chore: Bump /zenoh.*/ dependencies to 1.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-zenoh-bot committed Oct 11, 2024
1 parent 9f18d5c commit 1eddfc1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@ serde = "1.0.154"
serde_json = "1.0.114"
tokio = { version = "1.35.1", default-features = false } # Default features are disabled due to some crates' requirements
tracing = "0.1"
zenoh = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = [
zenoh = { version = "1.0.0-rc.1", features = [
"plugins",
"unstable",
] }
zenoh-config = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false }
zenoh-ext = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = [
zenoh-config = { version = "1.0.0-rc.1", default-features = false }
zenoh-ext = { version = "1.0.0-rc.1", features = [
"unstable",
] }
zenoh-plugin-ros2dds = { version = "1.0.0-dev", path = "zenoh-plugin-ros2dds/", default-features = false }
zenoh-plugin-rest = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features=["static_plugin"]}
zenoh-plugin-trait = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false }
zenoh-plugin-ros2dds = { version = "1.0.0-rc.1", path = "zenoh-plugin-ros2dds/", default-features = false }
zenoh-plugin-rest = { version = "1.0.0-rc.1", default-features = false, features=["static_plugin"]}
zenoh-plugin-trait = { version = "1.0.0-rc.1", default-features = false }


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

0 comments on commit 1eddfc1

Please sign in to comment.