dynatos-reactive-sync now requires send_guard feature of parking_lot.

This commit is contained in:
Filipe Rodrigues 2024-12-28 07:03:45 +00:00
parent c08b71e14f
commit e8a1334288
Signed by: zenithsiz
SSH Key Fingerprint: SHA256:Mb5ppb3Sh7IarBO/sBTXLHbYEOz37hJAlslLQPPAPaU

View File

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