mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Remove use of nightly features in parking_lot. Update many uses from 0.9 to 0.10.
This commit is contained in:
parent
95a818e262
commit
1da40b59af
10 changed files with 20 additions and 36 deletions
|
@ -32,7 +32,7 @@ malloc_size_of = { path = "../malloc_size_of" }
|
|||
metrics = { path = "../metrics" }
|
||||
msg = { path = "../msg" }
|
||||
net_traits = { path = "../net_traits" }
|
||||
parking_lot = { version = "0.9", features = ["nightly"] }
|
||||
parking_lot = { version = "0.10" }
|
||||
profile_traits = { path = "../profile_traits" }
|
||||
range = { path = "../range" }
|
||||
rayon = "1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue