Skip to content

Commit

Permalink
Cargo.toml.in updated
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin committed Nov 28, 2023
1 parent ddf2add commit 936215e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ log = "0.4.17"
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 = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "feature_cleanup2", features = [ "shared-memory", "unstable" ] }
zenoh = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "feature_cleanup2", features = [ "shared-memory", "unstable" ], default-features = false }
zenoh-protocol = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "feature_cleanup2", features = [ "shared-memory" ] }
zenoh-util = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "feature_cleanup2" }
zenoh-ext = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "feature_cleanup2", features = [ "unstable" ]}
Expand Down

0 comments on commit 936215e

Please sign in to comment.