Update to version 1.0.37; Fixes RHBZ#2126550

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

1
.gitignore vendored

@ -21,3 +21,4 @@
/thiserror-1.0.31.crate /thiserror-1.0.31.crate
/thiserror-1.0.32.crate /thiserror-1.0.32.crate
/thiserror-1.0.34.crate /thiserror-1.0.34.crate
/thiserror-1.0.37.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 22 # Generated by rust2rpm 23
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate thiserror %global crate thiserror
Name: rust-thiserror Name: rust-thiserror
Version: 1.0.34 Version: 1.0.37
Release: %autorelease Release: %autorelease
Summary: Derive(Error) Summary: Derive(Error)
@ -13,8 +13,6 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/thiserror URL: https://crates.io/crates/thiserror
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:

@ -1 +1 @@
SHA512 (thiserror-1.0.34.crate) = 62aae119dfa1d1007857ebd05589eea5b3aff00596b131689cbe871a9988bdc75efaa8e48e4a6272c05f22a58b07d19117d49e6a6655f277d6bd47fd04bb5b96 SHA512 (thiserror-1.0.37.crate) = 07f0cf9da1bf1029d70c1b6f0c54bc41ed759214683f35cf6b321ec2d69173e3da0abf80a692115a1e4630400b1fbf462878053853fdc6026edb40f7e13be72e

Loading…
Cancel
Save