Skip to content

Commit

Permalink
deps: tracking zenoh main
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriele Baldoni <[email protected]>
  • Loading branch information
gabrik committed Aug 30, 2024
1 parent 19799cf commit 2d4342d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ tokio = { version = "1.35.1", default-features = false, features = [
"rt",
"time",
] }
zenoh = { version = "1.0.0-alpha.6", default-features = false }
zenoh-codec = { version = "1.0.0-alpha.6" }
zenoh-core = { version = "1.0.0-alpha.6" }
zenoh-ext = { version = "1.0.0-alpha.6" }
zenoh-macros = { version = "1.0.0-alpha.6" }
zenoh-protocol = { version = "1.0.0-alpha.6" }
zenoh-util = { version = "1.0.0-alpha.6" }
zenoh = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "main", default-features = false }
zenoh-codec = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "main" }
zenoh-core = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "main" }
zenoh-ext = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "main" }
zenoh-macros = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "main" }
zenoh-protocol = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "main" }
zenoh-util = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "main" }

0 comments on commit 2d4342d

Please sign in to comment.