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

12 lines
463 B

--- memchr-2.4.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ memchr-2.4.1/Cargo.toml 2021-08-21T09:08:55.012961+00:00
@@ -14,7 +14,7 @@
name = "memchr"
version = "2.4.1"
authors = ["Andrew Gallant <jamslam@gmail.com>", "bluss"]
-exclude = ["/bench", "/.github", "/fuzz"]
+exclude = ["/bench", "/.github", "/fuzz", "/scripts"]
description = "Safe interface to memchr."
homepage = "https://github.com/BurntSushi/memchr"
documentation = "https://docs.rs/memchr/"