Update to version 1.0.32; Fixes RHBZ#2114670

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

1
.gitignore vendored

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

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

@ -1 +1 @@
SHA512 (thiserror-impl-1.0.31.crate) = a265be50ae209775abb812f0e9b8c5af7a639514149d9f50f4a95bcedabd3666076bf7764351ea6f1836eb8a0e3c67c0b76abd26b27b0a853132fef011543e1e SHA512 (thiserror-impl-1.0.32.crate) = 7dc5e842880f4ee6b3c85264048975c027e9b80834618f6abab618fa653b9ed34b887a1d72112fffaa0560b7e90fa456e241ac08e6fdcd4b3be6e39946e92d2b

Loading…
Cancel
Save