Skip to content

Commit

Permalink
Point to zenoh master
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets committed Nov 29, 2023
1 parent 75d127f commit cc4cb18
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 28 deletions.
48 changes: 23 additions & 25 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 @@ -52,8 +52,8 @@ pyo3 = { version = "0.18.1", features = ["extension-module", "abi3-py37"] }
serde_json = "1.0.94"
uhlc = "0.6.0"
validated_struct = "2.1.0"
zenoh = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "feature_cleanup2", features = [
zenoh = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "master", features = [
"unstable",
], default-features = false }
zenoh-buffers = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "feature_cleanup2" }
zenoh-core = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "feature_cleanup2" }
zenoh-buffers = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "master" }
zenoh-core = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "master" }

0 comments on commit cc4cb18

Please sign in to comment.