Skip to content

Commit

Permalink
cargo: exclude Unicode data files
Browse files Browse the repository at this point in the history
This will mean that you can't easily run tests on the artifact uploaded
to crates.io, but I'm not sure that's a use case we really care about.

If this change breaks you, please file a new issue about it and your use
case: https://github.com/BurntSushi/bstr/issues

Fixes #200
  • Loading branch information
BurntSushi committed Dec 11, 2024
1 parent 41f8bdb commit 979b343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
keywords = ["string", "str", "byte", "bytes", "text"]
license = "MIT OR Apache-2.0"
categories = ["text-processing", "encoding"]
exclude = ["/.github", "/scripts"]
exclude = ["/.github", "/scripts", "/src/unicode/data"]
edition = "2021"
rust-version = "1.73"
resolver = "2"
Expand Down

0 comments on commit 979b343

Please sign in to comment.