Add workspace patch with fix for membarrier compilation error

This commit is contained in:
Joakim Frostegård 2022-04-03 16:57:25 +02:00
parent fa5e609f11
commit 85d89f53ca
2 changed files with 3 additions and 2 deletions

3
Cargo.lock generated
View file

@ -1560,8 +1560,7 @@ checksum = "73cbba799671b762df5a175adf59ce145165747bb891505c43d09aefbbf38beb"
[[package]] [[package]]
name = "membarrier" name = "membarrier"
version = "0.2.2" version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "git+https://github.com/glommer/membarrier-rs.git?branch=issue-22#a79ea2d9b6e976b83b7fd709073cf977b1e47581"
checksum = "925b0811d7e5fb2b666b5906c5047b7ec23aab78edc4d51b7b0f82dc5c955b1c"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"kernel32-sys", "kernel32-sys",

View file

@ -37,6 +37,8 @@ aquatic_ws_load_test = { path = "aquatic_ws_load_test" }
aquatic_ws = { path = "aquatic_ws" } aquatic_ws = { path = "aquatic_ws" }
aquatic_ws_protocol = { path = "aquatic_ws_protocol" } aquatic_ws_protocol = { path = "aquatic_ws_protocol" }
membarrier = { git = "https://github.com/glommer/membarrier-rs.git", branch = "issue-22" }
[profile.release] [profile.release]
debug = true debug = true
lto = true lto = true