make parking_lot lock guards Send to be able to hold them across .await

This commit is contained in:
Christian Schwarz
2023-05-10 20:08:49 +02:00
parent 908ffc5fef
commit 84a4f48ec5

View File

@@ -75,7 +75,8 @@ enum-map.workspace = true
enumset.workspace = true
strum.workspace = true
strum_macros.workspace = true
parking_lot.workspace = true
# feature "send_guard" markes it so that lock guards are Send
parking_lot = { workspace = true, default-features = false, features = [ "send_guard" ] }
[dev-dependencies]
criterion.workspace = true