Skip to content

Commit 4f753df

Browse files
author
bors-servo
authored
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
2 parents a3de3fc + 0a0afb7 commit 4f753df

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ name = "bindgen"
1313
readme = "README.md"
1414
repository = "https://github.com/servo/rust-bindgen"
1515
documentation = "https://docs.rs/bindgen"
16-
version = "0.21.0"
16+
version = "0.21.1"
1717
build = "build.rs"
1818

19+
exclude = ["tests/headers", "tests/expectations"]
20+
1921
[badges]
2022
travis-ci = { repository = "servo/rust-bindgen" }
2123

0 commit comments

Comments
 (0)