update to version 1.6.1

epel9
Fabio Valentini 4 years ago
parent 864f3e7d75
commit a8fd599a7c
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -5,3 +5,4 @@
/either-1.5.2.crate /either-1.5.2.crate
/either-1.5.3.crate /either-1.5.3.crate
/either-1.6.0.crate /either-1.6.0.crate
/either-1.6.1.crate

@ -5,7 +5,7 @@
%global crate either %global crate either
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.6.0 Version: 1.6.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Enum `Either` is a general purpose sum type with two cases Summary: Enum `Either` is a general purpose sum type with two cases
@ -96,6 +96,9 @@ which use "use_std" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Thu Sep 17 2020 Fabio Valentini <decathorpe@gmail.com> - 1.6.1-1
- Update to version 1.6.1.
* Mon Aug 10 2020 Josh Stone <jistone@redhat.com> - 1.6.0-1 * Mon Aug 10 2020 Josh Stone <jistone@redhat.com> - 1.6.0-1
- Update to 1.6.0 - Update to 1.6.0

@ -1 +1 @@
SHA512 (either-1.6.0.crate) = 6078c948945600b75070302690c3ba2d4ad49e098f778614d00bc412876b933f131853f40893dece35c4bfe0f0eb54ce7adc48744fb31e39f4b40f29a8956552 SHA512 (either-1.6.1.crate) = 4bfe56920e30cbc8eb4f90162db618f7dca653b42db35ab6a7045d3fd9a24ceb1778b1f79613850bdb1a87ad3794fa0d73015e46c48d513f368d8c3776fc9ddf

Loading…
Cancel
Save