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

22 lines
491 B

--- onig_sys-69.7.1/Cargo.toml 1970-01-01T00:00:00+00:00
+++ onig_sys-69.7.1/Cargo.toml 2021-11-13T17:55:04.245041+00:00
@@ -23,9 +23,7 @@
license = "MIT"
repository = "http://github.com/iwillspeak/rust-onig"
[build-dependencies.bindgen]
-version = "0.56"
-features = ["runtime"]
-optional = true
+version = "0.59"
[build-dependencies.cc]
version = "1.0"
@@ -35,6 +33,6 @@
[features]
default = ["generate"]
-generate = ["bindgen"]
+generate = []
posix-api = []
print-debug = []