Update to version 1.0.32; Fixes RHBZ#2114668

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

1
.gitignore vendored

@ -19,3 +19,4 @@
/thiserror-1.0.29.crate
/thiserror-1.0.30.crate
/thiserror-1.0.31.crate
/thiserror-1.0.32.crate

@ -1,16 +1,15 @@
# Generated by rust2rpm 21
# Generated by rust2rpm 22
%bcond_without check
%global debug_package %{nil}
%global crate thiserror
Name: rust-%{crate}
Version: 1.0.31
Name: rust-thiserror
Version: 1.0.32
Release: %autorelease
Summary: Derive(Error)
# Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0
License: MIT OR Apache-2.0
URL: https://crates.io/crates/thiserror
Source: %{crates_source}

@ -1 +1 @@
SHA512 (thiserror-1.0.31.crate) = 0e11aba54d38fc164c65b9357d1738ca96af2bc7bc2bcacfc4efc6f5c26a594effbb5e47aef46772ccafbe88871825a517920030572b79fae3d305550bfa6431
SHA512 (thiserror-1.0.32.crate) = cb1839b2687e228ea43838a8a2d55a04f5f3bd8c2972df0ff6a703560454abf9b838558c16095cc9b030b6b13e9d715e2b4741de6af9d5decdfeaaa508481138

Loading…
Cancel
Save