Bump strum and strum_macros to 0.21

epel9
Robert-André Mauchin 4 years ago
parent 990ed776ab
commit 1d68497636

@ -7,7 +7,7 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.3.2 Version: 1.3.2
Release: 5%{?dist} Release: 6%{?dist}
Summary: Declarative dependencies in Cargo.toml Summary: Declarative dependencies in Cargo.toml
# Upstream license specification: MIT/Apache-2.0 # Upstream license specification: MIT/Apache-2.0
@ -16,6 +16,7 @@ URL: https://crates.io/crates/system-deps
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata # Initial patched metadata
# * bump version-compare from 0.0.10 to 0.0.11 (already upstream) # * bump version-compare from 0.0.10 to 0.0.11 (already upstream)
# * Bump strum and strum_macros to 0.21 (already upstream)
Patch0: system-deps-fix-metadata.diff Patch0: system-deps-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
@ -76,6 +77,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Jun 17 2021 Robert-André Mauchin <zebob.m@gmail.com> - 1.3.2-6
- Bump strum and strum_macros to 0.21
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-5 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1,5 +1,18 @@
--- system-deps-1.3.2/Cargo.toml 2020-07-10T07:53:27+00:00 --- system-deps-1.3.2/Cargo.toml 2020-07-10T07:53:27+00:00
+++ system-deps-1.3.2/Cargo.toml 2020-12-15T20:24:13.027079+00:00 +++ system-deps-1.3.2/Cargo.toml 2021-06-17T18:02:06.238944+00:00
@@ -28,10 +28,10 @@
version = "0.3.8"
[dependencies.strum]
-version = "0.18"
+version = "0.21"
[dependencies.strum_macros]
-version = "0.18"
+version = "0.21"
[dependencies.thiserror]
version = "1"
@@ -41,7 +41,7 @@ @@ -41,7 +41,7 @@
default-features = false default-features = false

Loading…
Cancel
Save