mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +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
|
@ -54,7 +54,7 @@ num-integer = "0.1"
|
|||
num-traits = "0.2"
|
||||
num-derive = "0.3"
|
||||
owning_ref = "0.4"
|
||||
parking_lot = "0.9"
|
||||
parking_lot = "0.10"
|
||||
precomputed-hash = "0.1.1"
|
||||
rayon = "1"
|
||||
selectors = { path = "../selectors" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue