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

28 lines
667 B

--- onig_sys-69.8.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ onig_sys-69.8.1/Cargo.toml 2024-10-23T17:18:50.214423+00:00
@@ -29,15 +29,13 @@
instead check out the `onig` crate.
"""
documentation = "http://rust-onig.github.io/rust-onig/onig_sys/"
-readme = "README.md"
categories = ["external-ffi-bindings"]
license = "MIT"
repository = "http://github.com/iwillspeak/rust-onig"
[build-dependencies.bindgen]
-version = "0.59"
+version = "0.69"
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 = []