Update to 1.0.12

epel9
Josh Stone 5 years ago
parent 12cdb550ba
commit e2d8e3dea8

1
.gitignore vendored

@ -28,3 +28,4 @@
/proc-macro2-1.0.8.crate /proc-macro2-1.0.8.crate
/proc-macro2-1.0.9.crate /proc-macro2-1.0.9.crate
/proc-macro2-1.0.10.crate /proc-macro2-1.0.10.crate
/proc-macro2-1.0.12.crate

@ -6,7 +6,7 @@
%global crate proc-macro2 %global crate proc-macro2
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.0.10 Version: 1.0.12
Release: 1%{?dist} Release: 1%{?dist}
Summary: Substitute implementation of the compiler's `proc_macro` API Summary: Substitute implementation of the compiler's `proc_macro` API
@ -109,6 +109,9 @@ which use "span-locations" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue May 05 2020 Josh Stone <jistone@redhat.com> - 1.0.12-1
- Update to 1.0.12
* Wed Apr 01 2020 Josh Stone <jistone@redhat.com> - 1.0.10-1 * Wed Apr 01 2020 Josh Stone <jistone@redhat.com> - 1.0.10-1
- Update to 1.0.10 - Update to 1.0.10

@ -1 +1 @@
SHA512 (proc-macro2-1.0.10.crate) = a40e6422c26cb8171e5f2d9d7d3b4b2d99a444ff650a8dd8e22bbc7103bf3f9247fc2b2b57ff7da4ce65fb1d293f55c5ef56a5f60ecb5122991d9d2002395eef SHA512 (proc-macro2-1.0.12.crate) = 4918cf60005aa322ad7afcdf2f6352f95414f5652a85742334bfd8f246a9f5438b5e4a1ae8d7f04fd07d2a1ac3eb18e118fc49367a91183778c74814704d5715

Loading…
Cancel
Save