Skip to content

Commit bf63904

Browse files
authored
Merge pull request #4398 from tgross35/ctest-include
Ensure all source files are included in the ctest package
2 parents 33b99bd + 4f94217 commit bf63904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ctest/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation = "https://docs.rs/ctest"
99
description = """
1010
Automated tests of FFI bindings.
1111
"""
12-
include = ["src/lib.rs", "LICENSE-*", "README.md"]
12+
exclude = ["CHANGELOG.md"]
1313
edition = "2021"
1414
rust-version = "1.63.0"
1515

0 commit comments

Comments
 (0)