Bump phf dependency from 0.10 to 0.11

epel9
Fabio Valentini 1 year ago
parent 73e7da652f
commit 6f7da717cd
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -1,3 +0,0 @@
# rust-strum
The rust-strum package

@ -1,20 +1,20 @@
# Generated by rust2rpm 21
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
%global crate strum
Name: rust-%{crate}
Name: rust-strum
Version: 0.24.1
Release: %autorelease
Summary: Helpful macros for working with enums and strings
# Upstream license specification: MIT
License: MIT
URL: https://crates.io/crates/strum
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
# Manually created patch for downstream crate metadata changes
# * bump phf dependency from 0.10 to 0.11
Patch: strum-fix-metadata.diff
BuildRequires: rust-packaging >= 21

@ -0,0 +1,11 @@
--- strum-0.24.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ strum-0.24.1/Cargo.toml 2023-07-28T13:13:41.130785+00:00
@@ -39,7 +39,7 @@
]
[dependencies.phf]
-version = "0.10"
+version = "0.11"
features = ["macros"]
optional = true
Loading…
Cancel
Save