Update Rayon version

This commit is contained in:
John Kåre Alsaker 2018-05-14 03:00:52 +02:00
parent f9e6fbc4f7
commit d85b5eadea
3 changed files with 5 additions and 5 deletions

View file

@ -16,8 +16,8 @@ serialize = { path = "../libserialize" }
cfg-if = "0.1.2"
stable_deref_trait = "1.0.0"
parking_lot_core = "0.2.8"
rustc-rayon = "0.1.0"
rustc-rayon-core = "0.1.0"
rustc-rayon = "0.1.1"
rustc-rayon-core = "0.1.1"
rustc-hash = "1.0.1"
[dependencies.parking_lot]