Browse Source

Merge pull request #269 from ignatenkobrain/patch-2

bump rayon to 0.9
cl-test
Alex Crichton 7 years ago
committed by GitHub
parent
commit
94cda828fd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Cargo.toml

2
Cargo.toml

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

Loading…
Cancel
Save