Update to 1.0.17

Signed-off-by: Igor Raits <ignatenkobrain@fedoraproject.org>
epel9
Igor Raits 5 years ago
parent a1860eb697
commit fc42cd7ce0
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -57,3 +57,4 @@
/syn-1.0.14.crate /syn-1.0.14.crate
/syn-1.0.15.crate /syn-1.0.15.crate
/syn-1.0.16.crate /syn-1.0.16.crate
/syn-1.0.17.crate

@ -6,7 +6,7 @@
%global crate syn %global crate syn
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.0.16 Version: 1.0.17
Release: 1%{?dist} Release: 1%{?dist}
Summary: Parser for Rust source code Summary: Parser for Rust source code
@ -204,6 +204,9 @@ which use "visit-mut" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sat Mar 21 07:25:37 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.17-1
- Update to 1.0.17
* Mon Feb 24 2020 Josh Stone <jistone@redhat.com> - 1.0.16-1 * Mon Feb 24 2020 Josh Stone <jistone@redhat.com> - 1.0.16-1
- Update to 1.0.16 - Update to 1.0.16

@ -1 +1 @@
SHA512 (syn-1.0.16.crate) = 5960ce6d6d32eab252b480ba7a8603d45212e0823b5c96f4147f79173674391ddca82a17d95a8ba39e58d8849ee9c50168301e4e48f97517696e3d826e58915e SHA512 (syn-1.0.17.crate) = 5acf5bafb32f780e08495e1e0782c170eae54baabd72c45a1d350aa41aa4ff2e5fa84b23d088fbb8522f430526e938c459087f89e3372690bde7bd0cb8c4750f

Loading…
Cancel
Save