diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2017-02-03 17:29:32 -0800 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2017-02-03 21:12:12 -0800 |
commit | 0a0afb7e632131b476344aa322e491b11064ba70 (patch) | |
tree | a4e5b5b76d80623940e0b90792c905701d4f2115 | |
parent | 9c8b593bfe336fca3d9edb996ca26c0297f33267 (diff) |
Don't publish tests
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -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)", @@ -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" } |