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

View file

@ -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