You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-encoding_rs/encoding_rs-fix-metadata.diff

11 lines
417 B

--- encoding_rs-0.8.23/Cargo.toml 2020-05-13T07:08:46+00:00
+++ encoding_rs-0.8.23/Cargo.toml 2020-05-13T18:14:06.985355+00:00
@@ -22,6 +22,7 @@
categories = ["text-processing", "encoding", "web-programming", "internationalization"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/hsivonen/encoding_rs"
+exclude = ["/generate-encoding-data.py"]
[profile.release]
lto = true
[dependencies.cfg-if]