]> git.proxmox.com Git - rustc.git/blobdiff - src/vendor/cc/Cargo.toml.orig
New upstream version 1.26.0+dfsg1
[rustc.git] / src / vendor / cc / Cargo.toml.orig
index cd87a6f8cdeeeaa949d456ff5f1a788da778a179..cb60e76bea5798d8ee339e3920568bea85f3b43b 100644 (file)
@@ -1,7 +1,6 @@
 [package]
-
 name = "cc"
-version = "1.0.4"
+version = "1.0.9"
 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"]