Update to 1.0.18

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

1
.gitignore vendored

@ -58,3 +58,4 @@
/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 /syn-1.0.17.crate
/syn-1.0.18.crate

@ -6,7 +6,7 @@
%global crate syn %global crate syn
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.0.17 Version: 1.0.18
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
* Fri Apr 24 06:17:20 CEST 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.18-1
- Update to 1.0.18
* Sat Mar 21 07:25:37 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.17-1 * Sat Mar 21 07:25:37 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 1.0.17-1
- Update to 1.0.17 - Update to 1.0.17

@ -1 +1 @@
SHA512 (syn-1.0.17.crate) = 5acf5bafb32f780e08495e1e0782c170eae54baabd72c45a1d350aa41aa4ff2e5fa84b23d088fbb8522f430526e938c459087f89e3372690bde7bd0cb8c4750f SHA512 (syn-1.0.18.crate) = 1169614a2d75b70ebdf455c827a9bdc4dbc18e85a1ab1b82e76e15ae1ea94b06d464390341534ca0ad03adf206e19656bfa31604d048891c4ce6c47fcb4c67a2

Loading…
Cancel
Save