From 55e9d0e8737313fb128350431a1ae84a25791692 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 30 Jan 2023 18:38:58 +0100 Subject: [PATCH] Stop removing the "runtime" feature from the default feature set --- bindgen-fix-metadata.diff | 10 ---------- rust-bindgen.spec | 3 --- 2 files changed, 13 deletions(-) delete mode 100644 bindgen-fix-metadata.diff diff --git a/bindgen-fix-metadata.diff b/bindgen-fix-metadata.diff deleted file mode 100644 index 089ba16..0000000 --- a/bindgen-fix-metadata.diff +++ /dev/null @@ -1,10 +0,0 @@ ---- bindgen-0.63.0/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ bindgen-0.63.0/Cargo.toml 2022-12-13T11:47:34.400282+00:00 -@@ -102,7 +102,6 @@ - [features] - default = [ - "logging", -- "runtime", - "which-rustfmt", - ] - logging = ["log"] diff --git a/rust-bindgen.spec b/rust-bindgen.spec index 4335a62..a7ccf79 100644 --- a/rust-bindgen.spec +++ b/rust-bindgen.spec @@ -12,9 +12,6 @@ Summary: Automatically generates Rust FFI bindings to C and C++ libraries License: BSD-3-Clause URL: https://crates.io/crates/bindgen Source: %{crates_source} -# Manually created patch for downstream crate metadata changes -# * default to linking with libclang instead of using dlopen -Patch: bindgen-fix-metadata.diff BuildRequires: rust-packaging >= 21