mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Add owning_ref back as a style dep, and update parking_lot.
This commit is contained in:
parent
55c3e6ed87
commit
d1c31f7eaf
10 changed files with 34 additions and 19 deletions
|
@ -23,7 +23,7 @@ lazy_static = "0.2"
|
|||
log = "0.3.5"
|
||||
msg = {path = "../msg"}
|
||||
net_traits = {path = "../net_traits"}
|
||||
parking_lot = {version = "0.3.3", features = ["nightly"]}
|
||||
parking_lot = {version = "0.4", features = ["nightly"]}
|
||||
profile_traits = {path = "../profile_traits"}
|
||||
rayon = "0.8"
|
||||
script = {path = "../script"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue