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.5.0/Cargo.toml 2020-05-16T10:47:58+00:00
+++ onig_sys-69.5.0/Cargo.toml 2020-05-30T00:51:16.528200+00:00
@@ -23,9 +23,8 @@
license = "MIT"
repository = "http://github.com/iwillspeak/rust-onig"
[build-dependencies.bindgen]
-version = "0.53"
+version = "0.54"
features = ["runtime"]
-optional = true
[build-dependencies.cc]
version = "1.0"
@@ -35,6 +34,6 @@
[features]
default = ["generate"]
-generate = ["bindgen"]
+generate = []
posix-api = []
print-debug = []