Skip to content

Commit

Permalink
Merge pull request #154 from promised-ai/bugfix/do-not-exclude-tests-…
Browse files Browse the repository at this point in the history
…from-publishing

Allow the `tests/` directory to be included in the published tarball
  • Loading branch information
Swandog authored Nov 21, 2023
2 parents 4d6108c + 0ae7b1a commit 8a14d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.5.0"
authors = ["Promised AI"]
build = "build.rs"
edition = "2021"
exclude = ["tests/*", "resources/test/*", "target/*"]
exclude = ["resources/test/*", "target/*"]
rust-version = "1.58.1"
license = "BSL-1.1"
homepage = "https://www.lace.dev/"
Expand Down

0 comments on commit 8a14d8d

Please sign in to comment.