From dec33973071234233f114d54a2a6be617e6f771f Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 23 Oct 2024 19:24:13 +0200 Subject: [PATCH] Bump bindgen dependency from 0.63 to 0.69 --- onig_sys-fix-metadata.diff | 4 ++-- rust-onig_sys.spec | 2 +- rust2rpm.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/onig_sys-fix-metadata.diff b/onig_sys-fix-metadata.diff index 9a6dcf9..3c2dce9 100644 --- a/onig_sys-fix-metadata.diff +++ b/onig_sys-fix-metadata.diff @@ -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 diff --git a/rust-onig_sys.spec b/rust-onig_sys.spec index 05013d0..c4f197a 100644 --- a/rust-onig_sys.spec +++ b/rust-onig_sys.spec @@ -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 diff --git a/rust2rpm.toml b/rust2rpm.toml index 3ae713a..81c441a 100644 --- a/rust2rpm.toml +++ b/rust2rpm.toml @@ -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", ]