diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2017-02-04 10:04:55 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-04 10:04:55 -0800 |
commit | 2fdb02fddd26a4445085faa2e5f09ff4c814b68d (patch) | |
tree | 9beb98774082316e46d24f03b163ae9be66ae28a | |
parent | 1f130c128b4c57e51c6699b1add0c12ff489ac66 (diff) | |
parent | 8b0246a6e20ec0b619f224d083e342ff0202cb5c (diff) |
Auto merge of #479 - emilio:buildfix, r=Manishearth
Also exclude the test crate from packaging.
r? @Manishearth
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" } |