mirror of
https://github.com/Zenithsiz/dynatos.git
synced 2026-02-04 10:21:23 +00:00
dynatos-reactive-sync now requires send_guard feature of parking_lot.
This commit is contained in:
parent
c08b71e14f
commit
e8a1334288
@ -6,7 +6,7 @@ edition = "2021"
|
||||
[dependencies]
|
||||
|
||||
derive_more = { workspace = true, features = ["full"] }
|
||||
parking_lot = { workspace = true, optional = true }
|
||||
parking_lot = { workspace = true, features = ["send_guard"], optional = true }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user