diff --git a/Cargo.lock b/Cargo.lock index a1ba986..968236c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1560,8 +1560,7 @@ checksum = "73cbba799671b762df5a175adf59ce145165747bb891505c43d09aefbbf38beb" [[package]] name = "membarrier" version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "925b0811d7e5fb2b666b5906c5047b7ec23aab78edc4d51b7b0f82dc5c955b1c" +source = "git+https://github.com/glommer/membarrier-rs.git?branch=issue-22#a79ea2d9b6e976b83b7fd709073cf977b1e47581" dependencies = [ "cfg-if", "kernel32-sys", diff --git a/Cargo.toml b/Cargo.toml index 76433b5..c72e55f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,6 +37,8 @@ aquatic_ws_load_test = { path = "aquatic_ws_load_test" } aquatic_ws = { path = "aquatic_ws" } aquatic_ws_protocol = { path = "aquatic_ws_protocol" } +membarrier = { git = "https://github.com/glommer/membarrier-rs.git", branch = "issue-22" } + [profile.release] debug = true lto = true