Skip to content

Commit 4f94217

Browse files
committed
Ensure all source files are included in the ctest package
1 parent 33b99bd commit 4f94217

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)