aboutsummaryrefslogtreecommitdiff
path: root/cc/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Mueller <deso@posteo.net>2018-12-10 21:02:04 -0800
committerDaniel Mueller <deso@posteo.net>2018-12-10 21:02:04 -0800
commit8898de1f97aff9965e1518ca5abb554275183a14 (patch)
treeac7deb92599ec56d67432766b2cf4cd63388833a /cc/Cargo.toml
parente2604a756aaddcd5919ee2f1b9cc0055d200f846 (diff)
downloadnitrocli-8898de1f97aff9965e1518ca5abb554275183a14.tar.gz
nitrocli-8898de1f97aff9965e1518ca5abb554275183a14.tar.bz2
Update cc crate to 1.0.25
This change updates the cc crate to version 1.0.25. Import subrepo cc/:cc at fe0a7acb6d3e22e03bf83bcbf89367be888b5448
Diffstat (limited to 'cc/Cargo.toml')
-rw-r--r--cc/Cargo.toml5
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"]