mirror of
https://github.com/servo/servo.git
synced 2025-09-11 15:38:24 +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
|
@ -20,7 +20,7 @@ html5ever-atoms = "0.1"
|
|||
matches = "0.1"
|
||||
owning_ref = "0.2.2"
|
||||
parking_lot = "0.3"
|
||||
rayon = "0.5"
|
||||
rayon = "0.6"
|
||||
rustc-serialize = "0.3"
|
||||
selectors = "0.15"
|
||||
servo_atoms = {path = "../../../components/atoms"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue