Ethcore now uses rayon to 0.9 as a dependency (#8296) (#8302)

This commit is contained in:
Dmitry Kashitsyn 2018-04-04 16:50:01 +07:00 committed by Rando
parent 9aaedad64f
commit 0455aa96bf
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -491,7 +491,7 @@ dependencies = [
"patricia-trie 0.1.0",
"price-info 1.11.0",
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"rayon 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
"rayon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rlp 0.2.1",
"rlp_compress 0.1.0",
"rlp_derive 0.1.0",

View File

@ -45,7 +45,7 @@ num_cpus = "1.2"
parity-machine = { path = "../machine" }
parking_lot = "0.5"
price-info = { path = "../price-info" }
rayon = "0.8"
rayon = "0.9"
rand = "0.4"
rlp = { path = "../util/rlp" }
rlp_compress = { path = "../util/rlp_compress" }