update to version 1.6.0

epel9
Fabio Valentini 4 years ago
parent 437c341f1c
commit 09c14cc818
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -11,3 +11,4 @@
/indexmap-1.5.0.crate /indexmap-1.5.0.crate
/indexmap-1.5.1.crate /indexmap-1.5.1.crate
/indexmap-1.5.2.crate /indexmap-1.5.2.crate
/indexmap-1.6.0.crate

@ -5,7 +5,7 @@
%global crate indexmap %global crate indexmap
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.5.2 Version: 1.6.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Hash table with consistent order and fast iteration Summary: Hash table with consistent order and fast iteration
@ -150,6 +150,9 @@ which use "test_low_transition_point" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Mon Sep 28 2020 Fabio Valentini <decathorpe@gmail.com> - 1.6.0-1
- Update to version 1.6.0.
* Tue Sep 01 2020 Josh Stone <jistone@redhat.com> - 1.5.2-1 * Tue Sep 01 2020 Josh Stone <jistone@redhat.com> - 1.5.2-1
- Update to 1.5.2 - Update to 1.5.2

@ -1 +1 @@
SHA512 (indexmap-1.5.2.crate) = 6297d720181a41624ad255c2f870abd2de12a7752f7ae4c724a64822c36b37275103cd75e35f6e690e150688171dd34de45b01cebac74a3711be7a3f5728ed6a SHA512 (indexmap-1.6.0.crate) = f91c0d3588da037a2dc728c9cd823b4acf7edfbe7d59b28dbe1f5802294f2677eacf0ccea41235daa30b3d8187a97938653a040d8c9d2d38513440b2e82fd85e

Loading…
Cancel
Save