Skip to content

Commit

Permalink
up zenoh (#897)
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowhatter authored Jan 29, 2025
1 parent 026609d commit 220ef86
Show file tree
Hide file tree
Showing 5 changed files with 91 additions and 103 deletions.
86 changes: 40 additions & 46 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ spin = "0.9.5"
tokio = "*"
unwrap-infallible = "0.1.5"
const_format = "0.2.32"
zenoh = { version = "1.1.1", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.1.1", default-features = false, features = ["internal"] }
zenoh-ext = { version = "1.1.1", git = "https://github.com/eclipse-zenoh/zenoh.git", features=["internal"], branch = "release/1.1.1" }
zenoh-runtime = { version = "1.1.1", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.1.1" }
zenoh-util = { version = "1.1.1", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.1.1" }
zenoh = { version = "1.1.1", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features = ["internal"] }
zenoh-ext = { version = "1.1.1", git = "https://github.com/eclipse-zenoh/zenoh.git", features=["internal"], branch = "main" }
zenoh-runtime = { version = "1.1.1", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
zenoh-util = { version = "1.1.1", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
flume = "*"

[build-dependencies]
Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ spin = "0.9.5"
tokio = "*"
unwrap-infallible = "0.1.5"
const_format = "0.2.32"
zenoh = { version = "1.1.1", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.1.1", default-features = false, features = ["internal"] }
zenoh-ext = { version = "1.1.1", git = "https://github.com/eclipse-zenoh/zenoh.git", features=["internal"], branch = "release/1.1.1" }
zenoh-runtime = { version = "1.1.1", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.1.1" }
zenoh-util = { version = "1.1.1", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.1.1" }
zenoh = { version = "1.1.1", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features = ["internal"] }
zenoh-ext = { version = "1.1.1", git = "https://github.com/eclipse-zenoh/zenoh.git", features=["internal"], branch = "main" }
zenoh-runtime = { version = "1.1.1", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
zenoh-util = { version = "1.1.1", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
flume = "*"

[build-dependencies]
Expand Down
Loading

0 comments on commit 220ef86

Please sign in to comment.