diff options
author | Daniel Mueller <deso@posteo.net> | 2019-01-01 18:34:02 -0800 |
---|---|---|
committer | Daniel Mueller <deso@posteo.net> | 2019-01-01 18:34:02 -0800 |
commit | 282506f7d1ef1c14cb922d6fde4b2dd52e03affa (patch) | |
tree | 7c51b4715f010bd95ba64d87c0cd2cc81199a729 /cc/Cargo.toml | |
parent | 097ee0ae905f1c0c09b21b30eafb421392aaef75 (diff) | |
download | nitrocli-282506f7d1ef1c14cb922d6fde4b2dd52e03affa.tar.gz nitrocli-282506f7d1ef1c14cb922d6fde4b2dd52e03affa.tar.bz2 |
Update cc crate to 1.0.28
This change updates the cc crate to version 1.0.28.
Import subrepo cc/:cc at 9490b5ecb43b8b926f96a7e484fa83e39620d8e5
Diffstat (limited to 'cc/Cargo.toml')
-rw-r--r-- | cc/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cc/Cargo.toml b/cc/Cargo.toml index f5004be..3966026 100644 --- a/cc/Cargo.toml +++ b/cc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cc" -version = "1.0.25" +version = "1.0.28" authors = ["Alex Crichton <alex@alexcrichton.com>"] license = "MIT/Apache-2.0" repository = "https://github.com/alexcrichton/cc-rs" @@ -14,6 +14,7 @@ code. keywords = ["build-dependencies"] readme = "README.md" categories = ["development-tools"] +exclude = ["/.travis.yml", "/appveyor.yml"] [badges] travis-ci = { repository = "alexcrichton/cc-rs" } |