diff --git a/.gitignore b/.gitignore index 39bd249..fab8124 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /strum-0.21.0.crate /strum-0.24.0.crate /strum-0.24.1.crate +/strum-0.25.0.crate diff --git a/rust-strum.spec b/rust-strum.spec index ab19816..42b1e53 100644 --- a/rust-strum.spec +++ b/rust-strum.spec @@ -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 diff --git a/sources b/sources index 6b4599b..1ad4104 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (strum-0.24.1.crate) = d842464b762790f4b785e494f72f7bae47b5a068cd06ddaad7a491d1abff53fa9cde280b06bbbb6b39a3a8f350a2384080ec4b3e4f16226cb076b1df153e6197 +SHA512 (strum-0.25.0.crate) = a3522df79547e94518f25a0e29248f67f1d7e2586a7a424d7d996cb6bfe5d98fcc4fc44da7ddcd4e35a1127b2816bee55107f30cb2a559f5b9bbb1346139544a diff --git a/strum-fix-metadata.diff b/strum-fix-metadata.diff index 5d6854c..f30c91e 100644 --- a/strum-fix-metadata.diff +++ b/strum-fix-metadata.diff @@ -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"