update to version 0.3.12

epel10
Fabio Valentini 4 years ago
parent 83f0543346
commit f87fe33dc2
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/debug-helper-0.3.8.crate
/debug-helper-0.3.10.crate
/debug-helper-0.3.11.crate
/debug-helper-0.3.12.crate

@ -5,7 +5,7 @@
%global crate debug-helper
Name: rust-%{crate}
Version: 0.3.11
Version: 0.3.12
Release: 1%{?dist}
Summary: Declarative macros to help you implement the Debug trait manually
@ -71,6 +71,10 @@ which use "default" feature of "%{crate}" crate.
%endif
%changelog
* Fri Jun 18 2021 Fabio Valentini <decathorpe@gmail.com> - 0.3.12-1
- Update to version 0.3.12.
- Fixes RHBZ#1971304
* Wed Apr 21 2021 Fabio Valentini <decathorpe@gmail.com> - 0.3.11-1
- Update to version 0.3.11.
- Fixes RHBZ#1952082

@ -1 +1 @@
SHA512 (debug-helper-0.3.11.crate) = b9739d12bfeeb551c9cdb210ae575288db77d2865ef2c2182efce035224c4f52484cc4b262f14104e60f02dc45492055d860999712fb79a7cd0303380b58d28c
SHA512 (debug-helper-0.3.12.crate) = 1ee20d783044d6df8bc6c4c30472fa1ee97b5887eeeba817eff7b468a2276510b37286fdd94e8f75d828a31ae21f3db6ee82d3777d0b25d47a401a9355530394

Loading…
Cancel
Save