mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
Upgrade to rayon 0.6.
jpeg-decoder still needs updating. Until then we'll just have two copies.
This commit is contained in:
parent
fb457723e8
commit
5c66815a21
5 changed files with 20 additions and 8 deletions
|
@ -31,7 +31,7 @@ parking_lot = "0.3.3"
|
|||
plugins = {path = "../plugins"}
|
||||
profile_traits = {path = "../profile_traits"}
|
||||
range = {path = "../range"}
|
||||
rayon = "0.5"
|
||||
rayon = "0.6"
|
||||
script_layout_interface = {path = "../script_layout_interface"}
|
||||
script_traits = {path = "../script_traits"}
|
||||
selectors = "0.15"
|
||||
|
|
|
@ -27,7 +27,7 @@ net_traits = {path = "../net_traits"}
|
|||
parking_lot = {version = "0.3.3", features = ["nightly"]}
|
||||
plugins = {path = "../plugins"}
|
||||
profile_traits = {path = "../profile_traits"}
|
||||
rayon = "0.5"
|
||||
rayon = "0.6"
|
||||
script = {path = "../script"}
|
||||
script_layout_interface = {path = "../script_layout_interface"}
|
||||
script_traits = {path = "../script_traits"}
|
||||
|
|
|
@ -44,7 +44,7 @@ parking_lot = "0.3.3"
|
|||
phf = "0.7.20"
|
||||
quickersort = "2.0.0"
|
||||
rand = "0.3"
|
||||
rayon = "0.5"
|
||||
rayon = "0.6"
|
||||
rustc-serialize = "0.3"
|
||||
selectors = "0.15"
|
||||
serde = {version = "0.8", optional = true}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue