Update to 0.25.0

Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
epel9 imports/e9/rust-strum-0.25.0-1.el9
Michel Alexandre Salim 1 year ago
parent 6f7da717cd
commit c4cd902103
No known key found for this signature in database
GPG Key ID: 8B229D2F7CCC04F2

1
.gitignore vendored

@ -4,3 +4,4 @@
/strum-0.21.0.crate
/strum-0.24.0.crate
/strum-0.24.1.crate
/strum-0.25.0.crate

@ -5,7 +5,7 @@
%global crate strum
Name: rust-strum
Version: 0.24.1
Version: 0.25.0
Release: %autorelease
Summary: Helpful macros for working with enums and strings

@ -1 +1 @@
SHA512 (strum-0.24.1.crate) = d842464b762790f4b785e494f72f7bae47b5a068cd06ddaad7a491d1abff53fa9cde280b06bbbb6b39a3a8f350a2384080ec4b3e4f16226cb076b1df153e6197
SHA512 (strum-0.25.0.crate) = a3522df79547e94518f25a0e29248f67f1d7e2586a7a424d7d996cb6bfe5d98fcc4fc44da7ddcd4e35a1127b2816bee55107f30cb2a559f5b9bbb1346139544a

@ -1,8 +1,8 @@
--- 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 @@
]
--- strum-0.25.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ strum-0.25.0/Cargo.toml 2023-08-05T02:24:52.501179+00:00
@@ -26,7 +26,7 @@
features = ["derive"]
rustdoc-args = ["--cfg", "docsrs"]
[dependencies.phf]
-version = "0.10"
+version = "0.11"

Loading…
Cancel
Save