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.1/Cargo.toml 2020-09-09T17:48:07+00:00
+++ onig_sys-69.5.1/Cargo.toml 2020-09-23T15:17:18.342497+00:00
@@ -23,9 +23,8 @@
license = "MIT"
repository = "http://github.com/iwillspeak/rust-onig"
[build-dependencies.bindgen]
-version = "0.55"
+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 = []