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

14 lines
376 B

--- pcre2-sys-0.2.6/Cargo.toml 1970-01-01T00:00:01+00:00
+++ pcre2-sys-0.2.6/Cargo.toml 2023-08-31T19:20:30.255450+00:00
@@ -27,6 +27,10 @@
categories = ["external-ffi-bindings"]
license = "Unlicense OR MIT"
repository = "https://github.com/BurntSushi/rust-pcre2"
+exclude = [
+ "/generate-bindings",
+ "/update-pcre2",
+]
[dependencies.libc]
version = "0.2.146"