diff options
author | Daniel Mueller <deso@posteo.net> | 2017-05-29 13:58:05 -0700 |
---|---|---|
committer | Daniel Mueller <deso@posteo.net> | 2017-05-29 13:58:05 -0700 |
commit | 436915453f7474117234aa0cedab6f97b3b3575f (patch) | |
tree | 85c91b6f1819835712c53d67191ca1999c021366 /gcc/Cargo.toml | |
parent | 5744889d0d3a9c033913bdce499064a4760a1249 (diff) | |
download | nitrocli-436915453f7474117234aa0cedab6f97b3b3575f.tar.gz nitrocli-436915453f7474117234aa0cedab6f97b3b3575f.tar.bz2 |
Update gcc crate to 0.3.48
The 'gcc' create got a couple of updates. This change imports the new
code and bumps the version to use.
Import subrepo gcc/:gcc at 6b41873be3172415efcadbff1187a3ff42428943
Diffstat (limited to 'gcc/Cargo.toml')
-rw-r--r-- | gcc/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/Cargo.toml b/gcc/Cargo.toml index b9ebcd6..45acf07 100644 --- a/gcc/Cargo.toml +++ b/gcc/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gcc" -version = "0.3.45" +version = "0.3.48" authors = ["Alex Crichton <alex@alexcrichton.com>"] license = "MIT/Apache-2.0" repository = "https://github.com/alexcrichton/gcc-rs" @@ -18,7 +18,7 @@ travis-ci = { repository = "alexcrichton/gcc-rs" } appveyor = { repository = "alexcrichton/gcc-rs" } [dependencies] -rayon = { version = "0.6", optional = true } +rayon = { version = "0.7", optional = true } [features] parallel = ["rayon"] |