Skip to content

Commit

Permalink
Point to zenoh support/0.11.0 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierHecart committed Oct 17, 2024
1 parent c8f6ca0 commit 97df421
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 35 deletions.
54 changes: 27 additions & 27 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 @@ -49,10 +49,10 @@ libc = "0.2.139"
rand = "0.8.5"
spin = "0.9.5"
# shared-memory enabled for zenoh even if zenoh-c "shared-memory" feature is disabled. This is to make "std::mem::transmute" work for `ZSLice`
zenoh = { version = "0.11.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/0.11.0", features = ["shared-memory", "unstable"], default-features = false }
zenoh-protocol = { version = "0.11.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/0.11.0", features = ["shared-memory"] }
zenoh-util = { version = "0.11.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/0.11.0" }
zenoh-ext = { version = "0.11.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/0.11.0", features = ["unstable"] }
zenoh = { version = "0.11.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "support/0.11.0", features = ["shared-memory", "unstable"], default-features = false }
zenoh-protocol = { version = "0.11.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "support/0.11.0", features = ["shared-memory"] }
zenoh-util = { version = "0.11.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "support/0.11.0" }
zenoh-ext = { version = "0.11.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "support/0.11.0", features = ["unstable"] }
tracing = "0.1"

[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 @@ -49,10 +49,10 @@ libc = "0.2.139"
rand = "0.8.5"
spin = "0.9.5"
# shared-memory enabled for zenoh even if zenoh-c "shared-memory" feature is disabled. This is to make "std::mem::transmute" work for `ZSLice`
zenoh = { version = "0.11.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/0.11.0", features = ["shared-memory", "unstable"], default-features = false }
zenoh-protocol = { version = "0.11.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/0.11.0", features = ["shared-memory"] }
zenoh-util = { version = "0.11.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/0.11.0" }
zenoh-ext = { version = "0.11.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/0.11.0", features = ["unstable"] }
zenoh = { version = "0.11.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "support/0.11.0", features = ["shared-memory", "unstable"], default-features = false }
zenoh-protocol = { version = "0.11.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "support/0.11.0", features = ["shared-memory"] }
zenoh-util = { version = "0.11.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "support/0.11.0" }
zenoh-ext = { version = "0.11.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "support/0.11.0", features = ["unstable"] }
tracing = "0.1"

[build-dependencies]
Expand Down

0 comments on commit 97df421

Please sign in to comment.