Browse Source

bump rayon to 0.8

cmd
Igor Gnatenko 7 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" }
[dependencies]
rayon = { version = "0.7", optional = true }
rayon = { version = "0.8", optional = true }
[features]
parallel = ["rayon"]

Loading…
Cancel
Save