Skip to content

Commit 0a0afb7

Browse files
committed
Don't publish tests
1 parent 9c8b593 commit 0a0afb7

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)