Skip to content

Commit

Permalink
Trim exclusions from Cargo package upload (#356)
Browse files Browse the repository at this point in the history
This isn't enough to let the tests pass in an unpacked package, but it
should allow e.g. building the book, and I think we might as well
include them.

This is related to #355 but won't fully fix it.
  • Loading branch information
sourcefrog authored Jun 10, 2024
2 parents 4afab83 + e0349a5 commit 7295de0
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,6 @@ homepage = "https://mutants.rs/"
categories = ["development-tools::testing"]
keywords = ["testing", "mutants", "cargo", "mutation-testing", "coverage"]
rust-version = "1.74"
exclude = [
".codespell*",
".markdownlint*",
"*.md",
".devcontainer",
".gitattributes",
".gitignore",
".github",
"mutants.out*",
".vscode",
"book",
"testdata",
]

[package.metadata.wix]
upgrade-guid = "CA7BFE8D-F3A7-4D1D-AE43-B7749110FA90"
Expand Down

0 comments on commit 7295de0

Please sign in to comment.