Skip to content

Commit 67adcba

Browse files
committed
Re-add tests to the crates.io tarball
Without them, `cargo publish` failed when verifying `Cargo.toml`.
1 parent c9f033d commit 67adcba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ variable.
1313
"""
1414
categories = ["development-tools::debugging"]
1515
keywords = ["logging", "log", "logger"]
16-
include = ["src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md"]
16+
include = ["src/**/*", "tests", "LICENSE-*", "README.md", "CHANGELOG.md"]
1717

1818
[workspace]
1919
members = [

0 commit comments

Comments
 (0)