Update to 1.0.24

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

1
.gitignore vendored

@ -64,3 +64,4 @@
/syn-1.0.21.crate
/syn-1.0.22.crate
/syn-1.0.23.crate
/syn-1.0.24.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 13
# Generated by rust2rpm 15
# * insta and ref-cast are not packaged
%bcond_with check
%global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate syn
Name: rust-%{crate}
Version: 1.0.23
Version: 1.0.24
Release: 1%{?dist}
Summary: Parser for Rust source code
@ -216,6 +216,9 @@ which use "visit-mut" feature of "%{crate}" crate.
%endif
%changelog
* Mon May 25 05:52:38 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.24-1
- Update to 1.0.24
* Thu May 21 2020 Josh Stone <jistone@redhat.com> - 1.0.23-1
- Update to 1.0.23

@ -1 +1 @@
SHA512 (syn-1.0.23.crate) = c43fd2ed2cdce515899498c287fab00ad7dbe9eb073e2387b1f0838dbbb9a1d4940979c24d57738f6e4360cee933248655a5c595830aef7b2e54837592e19cd1
SHA512 (syn-1.0.24.crate) = a4f592b3ff2413056ad972e938ef00477bbacf179a8dbec8877020d18df6d3d42d99dc62814459b15355b0fa659dd19b21427fc27c0de286820aefc6dc4caed1

Loading…
Cancel
Save