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-memchr/memchr-fix-metadata.diff

11 lines
408 B

--- memchr-2.1.0/Cargo.toml 1970-01-01T01:00:00+01:00
+++ memchr-2.1.0/Cargo.toml 2018-10-27T22:44:54.476194+02:00
@@ -21,6 +21,7 @@
keywords = ["memchr", "char", "scan", "strchr", "string"]
license = "Unlicense/MIT"
repository = "https://github.com/BurntSushi/rust-memchr"
+exclude = ["/ci/*", "/.travis.yml", "/Makefile", "/appveyor.yml", "/ctags.rust", "/session.vim"]
[profile.test]
opt-level = 3