Skip to content

Commit 81067d0

Browse files
authored
do not publish tests or gcc-shim with crate (#934)
1 parent 3b046c5 commit 81067d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ code.
1414
keywords = ["build-dependencies"]
1515
readme = "README.md"
1616
categories = ["development-tools::build-utils"]
17-
exclude = ["/.github"]
17+
# The binary target is only used by tests.
18+
exclude = ["/.github", "tests", "src/bin"]
1819
edition = "2018"
1920
rust-version = "1.53"
2021

0 commit comments

Comments
 (0)