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.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ onig_sys-69.8.0/Cargo.toml 2022-08-08T16:21:32.174978+00:00
@@ -35,8 +35,6 @@
[build-dependencies.bindgen]
version = "0.59"
-features = ["runtime"]
-optional = true
[build-dependencies.cc]
version = "1.0"
@@ -45,6 +43,7 @@
version = "^0.3.16"
[features]
+bindgen = []
default = ["generate"]
generate = ["bindgen"]
posix-api = []