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

19 lines
401 B

--- onig_sys-69.5.0/Cargo.toml 2020-05-16T10:47:58+00:00
+++ onig_sys-69.5.0/Cargo.toml 2020-05-23T20:37:42.152270+00:00
@@ -25,7 +25,6 @@
[build-dependencies.bindgen]
version = "0.53"
features = ["runtime"]
-optional = true
[build-dependencies.cc]
version = "1.0"
@@ -35,6 +34,6 @@
[features]
default = ["generate"]
-generate = ["bindgen"]
+generate = []
posix-api = []
print-debug = []