summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2017-02-04 10:04:55 -0800
committerGitHub <noreply@github.com>2017-02-04 10:04:55 -0800
commit2fdb02fddd26a4445085faa2e5f09ff4c814b68d (patch)
tree9beb98774082316e46d24f03b163ae9be66ae28a
parent1f130c128b4c57e51c6699b1add0c12ff489ac66 (diff)
parent8b0246a6e20ec0b619f224d083e342ff0202cb5c (diff)
Auto merge of #479 - emilio:buildfix, r=Manishearth
Also exclude the test crate from packaging. r? @Manishearth
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5f82c494..d108c2c9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,7 @@ documentation = "https://docs.rs/bindgen"
version = "0.21.2"
build = "build.rs"
-exclude = ["tests/headers", "tests/expectations"]
+exclude = ["tests/headers", "tests/expectations", "bindgen-integration", "ci"]
[badges]
travis-ci = { repository = "servo/rust-bindgen" }