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
414 B

--- encoding_rs-0.8.17/Cargo.toml 1970-01-01T00:00:00+00:00
+++ encoding_rs-0.8.17/Cargo.toml 2019-06-20T09:41:18.268368+00:00
@@ -22,6 +22,7 @@
categories = ["text-processing", "encoding", "web-programming", "internationalization"]
license = "MIT/Apache-2.0"
repository = "https://github.com/hsivonen/encoding_rs"
+exclude = ["/generate-encoding-data.py"]
[profile.release]
lto = true
[dependencies.cfg-if]