update to version 1.0.27

epel9
Fabio Valentini 4 years ago
parent 26d732810d
commit d2fd919cbc
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -37,3 +37,4 @@
/proc-macro2-1.0.21.crate
/proc-macro2-1.0.24.crate
/proc-macro2-1.0.26.crate
/proc-macro2-1.0.27.crate

@ -5,7 +5,7 @@
%global crate proc-macro2
Name: rust-%{crate}
Version: 1.0.26
Version: 1.0.27
Release: 1%{?dist}
Summary: Substitute implementation of the Rust compiler's proc_macro API
@ -109,6 +109,10 @@ which use "span-locations" feature of "%{crate}" crate.
%endif
%changelog
* Thu May 20 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.27-1
- Update to version 1.0.27.
- Fixes RHBZ#1962426
* Wed Apr 28 2021 Fabio Valentini <decathorpe@gmail.com> - 1.0.26-1
- Update to version 1.0.26.
- Fixes RHBZ#1945471

@ -1 +1 @@
SHA512 (proc-macro2-1.0.26.crate) = e6d39cc0d5ec644e3fb424347bde0a82a8ce8549745a1a827bf4dc21f6248471935b5499c3b6d1b7a129f0ddc560754254c528ac39fb1fce2ec3bd9520afc3e2
SHA512 (proc-macro2-1.0.27.crate) = 3227bcaa726e88bfdb1b4d1243a4eb216ad2394a7a3b4b258de342ac76a1ab1a39a07f28f3490e42e2c2034176bf0d84b1c1fcadba2444c0abcc5878b02f93a4

Loading…
Cancel
Save