Skip to content

Commit

Permalink
chore: update branch
Browse files Browse the repository at this point in the history
  • Loading branch information
wyfo committed Jul 3, 2024
1 parent 17c7ba4 commit 09aeda4
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 30 deletions.
53 changes: 26 additions & 27 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ rocksdb = "0.22.0"
serde_json = "1.0.114"
tracing = "0.1"
uhlc = "0.7.0"
zenoh = { git = "https://github.com/ZettaScaleLabs/zenoh.git", branch = "pubsub_query", features = [
zenoh = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "dev/1.0.0", features = [
"unstable",
"internal",
"plugins"
] }
zenoh_backend_traits = { git = "https://github.com/ZettaScaleLabs/zenoh.git", branch = "pubsub_query" }
zenoh-plugin-trait = { git = "https://github.com/ZettaScaleLabs/zenoh.git", branch = "pubsub_query" }
zenoh_backend_traits = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "dev/1.0.0" }
zenoh-plugin-trait = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "dev/1.0.0" }

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

0 comments on commit 09aeda4

Please sign in to comment.