aboutsummaryrefslogtreecommitdiff
path: root/cc/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'cc/Cargo.toml')
-rw-r--r--cc/Cargo.toml3
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" }