Update to 0.6.6

epel9
Josh Stone 7 years ago
parent 51c33a0b92
commit 7b75aa8118

1
.gitignore vendored

@ -5,3 +5,4 @@
/quote-0.6.3.crate /quote-0.6.3.crate
/quote-0.6.4.crate /quote-0.6.4.crate
/quote-0.6.5.crate /quote-0.6.5.crate
/quote-0.6.6.crate

@ -6,7 +6,7 @@
%global crate quote %global crate quote
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.6.5 Version: 0.6.6
Release: 1%{?dist} Release: 1%{?dist}
Summary: Quasi-quoting macro quote!(...) Summary: Quasi-quoting macro quote!(...)
@ -54,6 +54,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%changelog %changelog
* Mon Aug 13 2018 Josh Stone <jistone@redhat.com> - 0.6.6-1
- Update to 0.6.6
* Tue Aug 07 2018 Josh Stone <jistone@redhat.com> - 0.6.5-1 * Tue Aug 07 2018 Josh Stone <jistone@redhat.com> - 0.6.5-1
- Update to 0.6.5 - Update to 0.6.5

@ -1 +1 @@
SHA512 (quote-0.6.5.crate) = 80c6477c0f77fb231dc944a5af339b7de9182e64d2be69a2004146f6fe71679675631def225d7d4430355d75574d2189d9d93f19578021bdd786c789517f1fda SHA512 (quote-0.6.6.crate) = db32b013c563daf8bba88a166c7c2db1542d7931a5c8bb96bbe08cf402f218bd1aec1b342ae399868f635fd98be6544aa9b499ca1b370b7b9f406ed3e0859bc4

Loading…
Cancel
Save