Update to 0.15.7

epel9
Josh Stone 6 years ago
parent e5328d6304
commit 37c3dac9c4

1
.gitignore vendored

@ -20,3 +20,4 @@
/syn-0.15.3.crate /syn-0.15.3.crate
/syn-0.15.4.crate /syn-0.15.4.crate
/syn-0.15.6.crate /syn-0.15.6.crate
/syn-0.15.7.crate

@ -6,7 +6,7 @@
%global crate syn %global crate syn
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.15.6 Version: 0.15.7
Release: 1%{?dist} Release: 1%{?dist}
Summary: Parser for Rust source code Summary: Parser for Rust source code
@ -63,6 +63,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%changelog %changelog
* Mon Oct 01 2018 Josh Stone <jistone@redhat.com> - 0.15.7-1
- Update to 0.15.7
* Fri Sep 28 2018 Josh Stone <jistone@redhat.com> - 0.15.6-1 * Fri Sep 28 2018 Josh Stone <jistone@redhat.com> - 0.15.6-1
- Update to 0.15.6 - Update to 0.15.6

@ -1 +1 @@
SHA512 (syn-0.15.6.crate) = 0a66940bfd1e14000c354fa2253e9bc119cb44fe232953b12bf30c58b6bdfab14044fb8a14b4836ff036515f4cf06a4ac8110bf058da272b2309890f26d46a6d SHA512 (syn-0.15.7.crate) = dcf443129e00fe6c5083a267aad7c32657f4f9a2b78cccef503c5f83214103f2a97c9ac08b130398c2d78775ee80ae2944af7a8768594f5f1fd7eab79ebf0869

Loading…
Cancel
Save