Update to 1.0.1

epel9
Josh Stone 5 years ago
parent 1e9c9da3e9
commit 78a8367d05

1
.gitignore vendored

@ -5,3 +5,4 @@
/proc-macro-error-0.4.10.crate /proc-macro-error-0.4.10.crate
/proc-macro-error-0.4.11.crate /proc-macro-error-0.4.11.crate
/proc-macro-error-1.0.0.crate /proc-macro-error-1.0.0.crate
/proc-macro-error-1.0.1.crate

@ -6,7 +6,7 @@
%global crate proc-macro-error %global crate proc-macro-error
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.0.0 Version: 1.0.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Almost drop-in replacement to panics in proc-macros Summary: Almost drop-in replacement to panics in proc-macros
@ -75,6 +75,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Apr 09 2020 Josh Stone <jistone@redhat.com> - 1.0.1-1
- Update to 1.0.1
* Wed Apr 08 2020 Josh Stone <jistone@redhat.com> - 1.0.0-1 * Wed Apr 08 2020 Josh Stone <jistone@redhat.com> - 1.0.0-1
- Update to 1.0.0 - Update to 1.0.0

@ -1 +1 @@
SHA512 (proc-macro-error-1.0.0.crate) = 95e9c22c0502992fdc64ad1037417a43880be9f0b386f4bd5489174aad4b7c1f6a2b0b1535bd5bd0b04c771cb99ac7c5f4020a5af0ea75dd85ded239a4f46278 SHA512 (proc-macro-error-1.0.1.crate) = bccd348e3ac1f4d355428a88d47c5c2782b2dd587fd0b4f994670996147d096a7a68ed872794959b3c8931332cbabba460996da07f008b766491eb222a555e79

Loading…
Cancel
Save