Skip to content

Commit

Permalink
Point to eclipse-zenoh/zenoh branch=main
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets committed Aug 30, 2024
1 parent f1d4aa7 commit 573ce94
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
50 changes: 25 additions & 25 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ tide = "0.16.0"
tokio = { version = "1.35.1", default-features = false } # Default features are disabled due to some crates' requirements
tokio-stream = "0.1.15"
tracing = "0.1"
zenoh = { version = "1.0.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 = "main", features = [
"unstable", "internal", "plugins"
] }
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-trait = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false }

[build-dependencies]
rustc_version = "0.4.0"
Expand Down

0 comments on commit 573ce94

Please sign in to comment.