Skip to content

Commit 7385d1c

Browse files
committed
Also exclude the test crate from packaging.
1 parent 1228df6 commit 7385d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ documentation = "https://docs.rs/bindgen"
1616
version = "0.21.2"
1717
build = "build.rs"
1818

19-
exclude = ["tests/headers", "tests/expectations"]
19+
exclude = ["tests/headers", "tests/expectations", "bindgen-integration"]
2020

2121
[badges]
2222
travis-ci = { repository = "servo/rust-bindgen" }

0 commit comments

Comments
 (0)