Bump derive_builder dependency from 0.11.1 to 0.12

epel9
Fabio Valentini 2 years ago
parent 1aba014a35
commit e63c25f3ab
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -0,0 +1,11 @@
--- cargo_metadata-0.15.4/Cargo.toml 1970-01-01T00:00:01+00:00
+++ cargo_metadata-0.15.4/Cargo.toml 2023-05-25T16:47:36.950773+00:00
@@ -32,7 +32,7 @@
version = "0.1.2"
[dependencies.derive_builder]
-version = "0.11.1"
+version = "0.12"
optional = true
[dependencies.semver]

@ -12,6 +12,10 @@ Summary: Structured access to the output of cargo metadata
License: MIT
URL: https://crates.io/crates/cargo_metadata
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * bump derive_builder dependency from 0.11.1 to 0.12:
# https://github.com/oli-obk/cargo_metadata/pull/230
Patch: cargo_metadata-fix-metadata.diff
BuildRequires: rust-packaging >= 21

Loading…
Cancel
Save