Bump bindgen dependency from 0.63 to 0.69

epel10 imports/epel10/rust-onig_sys-69.8.1-8.el10
Fabio Valentini 4 months ago
parent 9132586912
commit dec3397307
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -1,5 +1,5 @@
--- onig_sys-69.8.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ onig_sys-69.8.1/Cargo.toml 2024-09-14T12:38:07.946784+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.
"""
@ -11,7 +11,7 @@
[build-dependencies.bindgen]
-version = "0.59"
+version = "0.63"
+version = "0.69"
features = ["runtime"]
-optional = true

@ -13,7 +13,7 @@ License: MIT
URL: https://crates.io/crates/onig_sys
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * bump bindgen build-dependency from 0.59 to 0.63
# * bump bindgen build-dependency from 0.59 to 0.69
# * remove reference to readme file that is not included in published crates
Patch: onig_sys-fix-metadata.diff
# * unconditionally use bindgen and dynamic linking with pkg-config

@ -1,7 +1,7 @@
[package]
summary = "Rust bindings for oniguruma"
cargo-toml-patch-comments = [
"bump bindgen build-dependency from 0.59 to 0.63",
"bump bindgen build-dependency from 0.59 to 0.69",
"remove reference to readme file that is not included in published crates",
]

Loading…
Cancel
Save