Skip to content

Commit

Permalink
chore: Bump zenoh.* version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-zenoh-bot committed Dec 5, 2024
1 parent c5e6206 commit 442cc56
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 63 deletions.
110 changes: 55 additions & 55 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 @@ -36,14 +36,14 @@ serde = { version = "1.0.154", default-features = false, features = [
"derive",
] } # Default features are disabled due to usage in no_std crates
serde_json = "1.0.114"
zenoh = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = [
zenoh = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.0.4", features = [
"plugins",
], version = "1.0.0-dev" }
zenoh-ext = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.0.0-dev" }
zenoh_backend_traits = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.0.0-dev" }
zenoh-plugin-trait = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.0.0-dev" }
zenoh-util = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.0.0-dev" }
zenoh-result = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.0.0-dev" }
], version = "1.0.4" }
zenoh-ext = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.0.4", version = "1.0.4" }
zenoh_backend_traits = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.0.4", version = "1.0.4" }
zenoh-plugin-trait = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.0.4", version = "1.0.4" }
zenoh-util = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.0.4", version = "1.0.4" }
zenoh-result = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.0.4", version = "1.0.4" }
uuid = { version = "1.3.0", default-features = false, features = [
"v4",
"serde",
Expand Down
2 changes: 1 addition & 1 deletion zenoh-plugin-remote-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ maintainer = "[email protected]"
copyright = "2024 ZettaScale Technology"
section = "net"
license-file = ["../zenoh-ts/LICENSE", "0"]
depends = "zenohd (=0.11.0-dev-1)"
depends = "zenohd (=1.0.4)"

0 comments on commit 442cc56

Please sign in to comment.