Update to 1.3.0

epel9
Josh Stone 5 years ago
parent 6edb88b14e
commit e10fe447f4

1
.gitignore vendored

@ -4,3 +4,4 @@
/indexmap-1.0.2.crate /indexmap-1.0.2.crate
/indexmap-1.1.0.crate /indexmap-1.1.0.crate
/indexmap-1.2.0.crate /indexmap-1.2.0.crate
/indexmap-1.3.0.crate

@ -5,8 +5,8 @@
%global crate indexmap %global crate indexmap
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.2.0 Version: 1.3.0
Release: 2%{?dist} Release: 1%{?dist}
Summary: Hash table with consistent order and fast iteration Summary: Hash table with consistent order and fast iteration
# Upstream license specification: Apache-2.0/MIT # Upstream license specification: Apache-2.0/MIT
@ -143,6 +143,9 @@ which use "test_low_transition_point" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue Nov 19 2019 Josh Stone <jistone@redhat.com> - 1.3.0-1
- Update to 1.3.0
* Fri Sep 13 20:48:24 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.2.0-2 * Fri Sep 13 20:48:24 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 1.2.0-2
- Bump quickcheck to 0.9 - Bump quickcheck to 0.9
- Bump rand to 0.7 - Bump rand to 0.7

@ -1 +1 @@
SHA512 (indexmap-1.2.0.crate) = de0fa70403f5874133c0b9c97892ffa65b3adf4a1e307fff7039e3a37be0a07de5133d33edeb4d1ac9791b6ead7bffc53f2cf5876a732fadd58977d6d36bed38 SHA512 (indexmap-1.3.0.crate) = 41c933a78a5cd5e62aac2c4c8aaf20bd3fb394b9fa41fb9c59a69afa9b4039dfab82b3d1fb1b0c67f28f0cc7657cea6310db126dd4d84e3473d2c231fecc2331

Loading…
Cancel
Save