Skip to content

Commit

Permalink
Fix version of shared_memory dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch committed Feb 3, 2021
1 parent 2cf0465 commit ba23c28
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
24 changes: 16 additions & 8 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion zenoh-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ rand_chacha = "0.3.0"
http-types = "2.10.0"
uhlc = "0.2.1"
uuid = { version = "0.8.2", features = ["v4"] }
shared_memory = {git = "https://github.com/elast0ny/shared_memory-rs.git" }
shared_memory = "0.11.4"
serde = "1.0.123"
bincode = "1.3.1"
nix = {version = "0.19.1", optional = true}
Expand Down

0 comments on commit ba23c28

Please sign in to comment.