Update to 1.0.13

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent e2d8e3dea8
commit 10fb39874d
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E

1
.gitignore vendored

@ -29,3 +29,4 @@
/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 /proc-macro2-1.0.12.crate
/proc-macro2-1.0.13.crate

@ -6,7 +6,7 @@
%global crate proc-macro2 %global crate proc-macro2
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.0.12 Version: 1.0.13
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
* Sat May 16 19:36:17 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.13-1
- Update to 1.0.13
* Tue May 05 2020 Josh Stone <jistone@redhat.com> - 1.0.12-1 * Tue May 05 2020 Josh Stone <jistone@redhat.com> - 1.0.12-1
- Update to 1.0.12 - Update to 1.0.12

@ -1 +1 @@
SHA512 (proc-macro2-1.0.12.crate) = 4918cf60005aa322ad7afcdf2f6352f95414f5652a85742334bfd8f246a9f5438b5e4a1ae8d7f04fd07d2a1ac3eb18e118fc49367a91183778c74814704d5715 SHA512 (proc-macro2-1.0.13.crate) = bb8043709f54fc3f845c1c6ec937a393f3418165ad854fe9a15bc1cd40c8c1545fc127b0fdf337f49135e2e2b7f9b5203ebcad92d32987792eb22622a53af4c0

Loading…
Cancel
Save