Skip to content

Commit

Permalink
Trim exclusions from Cargo package upload
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.
  • Loading branch information
sourcefrog committed Jun 10, 2024
1 parent 4afab83 commit e0349a5
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 e0349a5

Please sign in to comment.