Skip to content

Commit

Permalink
chore: Bump /zenoh.*/ dependencies to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-zenoh-bot committed Nov 8, 2024
1 parent 8bac921 commit af3228f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ convert_case = "0.6.0"
env_logger = "0.11.5"
epan-sys = { path = "epan-sys" }
log = "0.4.22"
zenoh-buffers = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
zenoh-codec = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
zenoh-protocol = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
zenoh-transport = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = [
zenoh-buffers = { version = "1.0.2" }
zenoh-codec = { version = "1.0.2" }
zenoh-protocol = { version = "1.0.2" }
zenoh-transport = { features = [
"transport_compression",
] }
] , version = "1.0.2" }

0 comments on commit af3228f

Please sign in to comment.