Update glommio to v0.8

This enables removing membarrier fix
This commit is contained in:
Joakim Frostegård 2023-03-15 23:50:36 +01:00
parent 6312a4d88a
commit 45e28cc39a
7 changed files with 15 additions and 41 deletions

View file

@ -37,9 +37,6 @@ aquatic_udp = { version = "0.2.0", path = "./aquatic_udp" }
aquatic_ws_protocol = { version = "0.2.0", path = "./aquatic_ws_protocol" }
aquatic_ws = { version = "0.2.0", path = "./aquatic_ws" }
[patch.crates-io]
membarrier = { git = "https://github.com/glommer/membarrier-rs.git", branch = "issue-22" }
[profile.release]
debug = false
lto = "thin"