mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-28 10:30:40 +00:00
make parking_lot lock guards Send to be able to hold them across .await
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user