summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2017-02-03 21:12:32 -0800
committerGitHub <noreply@github.com>2017-02-03 21:12:32 -0800
commit4f753df17dcf2c24cfd0484c66bc470e289e75e4 (patch)
treeac71a7fb0ac8e4227fe8d6cb002922680745ae4e
parenta3de3fcb767c630c457d4344b3e0daf35b0142d0 (diff)
parent0a0afb7e632131b476344aa322e491b11064ba70 (diff)
Auto merge of #477 - Manishearth:no-test-publish, r=fitzgen
Don't publish tests See https://bugzilla.mozilla.org/show_bug.cgi?id=1336655 r? @emilio @fitzgen
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml4
2 files changed, 4 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 30584cd7..a6a7de64 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
[root]
name = "bindgen"
-version = "0.21.0"
+version = "0.21.1"
dependencies = [
"aster 0.38.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cexpr 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 7d90a96c..d9941147 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,9 +13,11 @@ name = "bindgen"
readme = "README.md"
repository = "https://github.com/servo/rust-bindgen"
documentation = "https://docs.rs/bindgen"
-version = "0.21.0"
+version = "0.21.1"
build = "build.rs"
+exclude = ["tests/headers", "tests/expectations"]
+
[badges]
travis-ci = { repository = "servo/rust-bindgen" }