mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +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
|
@ -17,7 +17,7 @@ lazy_static = "1"
|
|||
ipc-channel = "0.14"
|
||||
malloc_size_of = { path = "../malloc_size_of" }
|
||||
malloc_size_of_derive = "0.1"
|
||||
parking_lot = "0.9"
|
||||
parking_lot = "0.10"
|
||||
serde = "1.0.60"
|
||||
servo_url = {path = "../url"}
|
||||
webrender_api = {git = "https://github.com/servo/webrender"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue