Browse Source

bump rayon to 0.8

cmd
Igor Gnatenko 8 years ago
committed by GitHub
parent
commit
f3f9c826b6
  1. 2
      Cargo.toml

2
Cargo.toml

@ -18,7 +18,7 @@ travis-ci = { repository = "alexcrichton/gcc-rs" }
appveyor = { repository = "alexcrichton/gcc-rs" } appveyor = { repository = "alexcrichton/gcc-rs" }
[dependencies] [dependencies]
rayon = { version = "0.7", optional = true } rayon = { version = "0.8", optional = true }
[features] [features]
parallel = ["rayon"] parallel = ["rayon"]

Loading…
Cancel
Save