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

20 lines
405 B

--- onig_sys-69.8.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ onig_sys-69.8.1/Cargo.toml 2022-08-20T20:17:41.479447+00:00
@@ -36,8 +36,6 @@
[build-dependencies.bindgen]
version = "0.59"
-features = ["runtime"]
-optional = true
[build-dependencies.cc]
version = "1.0"
@@ -46,6 +44,7 @@
version = "^0.3.16"
[features]
+bindgen = []
default = ["generate"]
generate = ["bindgen"]
posix-api = []