mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Deduplicate parking_lot and friends by updating it to 0.9
This commit is contained in:
parent
4f4e219e54
commit
b6cddbebaa
10 changed files with 155 additions and 196 deletions
|
@ -33,7 +33,7 @@ malloc_size_of = { path = "../malloc_size_of" }
|
|||
metrics = {path = "../metrics"}
|
||||
msg = {path = "../msg"}
|
||||
net_traits = {path = "../net_traits"}
|
||||
parking_lot = {version = "0.8", features = ["nightly"]}
|
||||
parking_lot = { version = "0.9", features = ["nightly"] }
|
||||
profile_traits = {path = "../profile_traits"}
|
||||
range = {path = "../range"}
|
||||
rayon = "1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue