update to version 1.0.24

epel9
Fabio Valentini 4 years ago
parent e581a4b9c9
commit 130480a0b4
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -35,3 +35,4 @@
/proc-macro2-1.0.18.crate /proc-macro2-1.0.18.crate
/proc-macro2-1.0.19.crate /proc-macro2-1.0.19.crate
/proc-macro2-1.0.21.crate /proc-macro2-1.0.21.crate
/proc-macro2-1.0.24.crate

@ -6,9 +6,9 @@
%global crate proc-macro2 %global crate proc-macro2
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.0.21 Version: 1.0.24
Release: 1%{?dist} Release: 1%{?dist}
Summary: Substitute implementation of the compiler's `proc_macro` API Summary: Substitute implementation of the Rust compiler's proc_macro API
# Upstream license specification: MIT OR Apache-2.0 # Upstream license specification: MIT OR Apache-2.0
License: MIT or ASL 2.0 License: MIT or ASL 2.0
@ -109,6 +109,9 @@ which use "span-locations" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Oct 01 2020 Fabio Valentini <decathorpe@gmail.com> - 1.0.24-1
- Update to version 1.0.24.
* Wed Sep 09 2020 Josh Stone <jistone@redhat.com> - 1.0.21-1 * Wed Sep 09 2020 Josh Stone <jistone@redhat.com> - 1.0.21-1
- Update to 1.0.21 - Update to 1.0.21

@ -1 +1 @@
SHA512 (proc-macro2-1.0.21.crate) = bc8ca2254c43c5d0eb799cab503fa89ff49d8e98aba5c9c1f960efd5286dd217351eac6774bdd96fbc392290c8de62ecaf4a6ed1e300715ff014ffd9326f9ae4 SHA512 (proc-macro2-1.0.24.crate) = c3d23a5136c55d734084ce1d76d54f237fc1003074af102c2ad96d851ac496ffc7513ddc505a68af4051c9d6de09725a0ecb6e76ebcdd77a1c056f8f9242c9be

Loading…
Cancel
Save