mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2024-11-22 11:33:09 +00:00
Merge pull request #197 from budziq/master
update to rayon 0.8 and image 0.14
This commit is contained in:
commit
b1ae16add7
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ error-chain = "0.10"
|
|||
flate2 = "0.2.19"
|
||||
petgraph = "0.4"
|
||||
rand = "0.3"
|
||||
rayon = "0.7"
|
||||
rayon = "0.8"
|
||||
serde = "1.0"
|
||||
serde_derive = "1.0"
|
||||
serde_json = "1.0"
|
||||
|
@ -35,7 +35,7 @@ memmap = "0.5"
|
|||
num = "0.1"
|
||||
num_cpus = "1.5"
|
||||
threadpool = "1.3"
|
||||
image = "0.13"
|
||||
image = "0.14"
|
||||
|
||||
[build-dependencies]
|
||||
skeptic = "0.9"
|
||||
|
|
Loading…
Reference in a new issue