diff options
Diffstat (limited to 'cc/Cargo.toml')
-rw-r--r-- | cc/Cargo.toml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cc/Cargo.toml b/cc/Cargo.toml index cd87a6f..f5004be 100644 --- a/cc/Cargo.toml +++ b/cc/Cargo.toml @@ -1,7 +1,6 @@ [package] - name = "cc" -version = "1.0.4" +version = "1.0.25" authors = ["Alex Crichton <alex@alexcrichton.com>"] license = "MIT/Apache-2.0" repository = "https://github.com/alexcrichton/cc-rs" @@ -21,7 +20,7 @@ travis-ci = { repository = "alexcrichton/cc-rs" } appveyor = { repository = "alexcrichton/cc-rs" } [dependencies] -rayon = { version = "0.9", optional = true } +rayon = { version = "1.0", optional = true } [features] parallel = ["rayon"] |