Update to 1.0.2

epel9
Josh Stone 6 years ago
parent ff7a78ee70
commit 4786dc3da9

1
.gitignore vendored

@ -1,3 +1,4 @@
/indexmap-0.4.1.crate /indexmap-0.4.1.crate
/indexmap-1.0.0.crate /indexmap-1.0.0.crate
/indexmap-1.0.1.crate /indexmap-1.0.1.crate
/indexmap-1.0.2.crate

@ -6,8 +6,8 @@
%global crate indexmap %global crate indexmap
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.0.1 Version: 1.0.2
Release: 5%{?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
@ -73,6 +73,9 @@ which use %{crate} from crates.io.
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%changelog %changelog
* Mon Oct 22 2018 Josh Stone <jistone@redhat.com> - 1.0.2-1
- Update to 1.0.2
* Mon Sep 10 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.1-5 * Mon Sep 10 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.1-5
- Bump quickcheck back - Bump quickcheck back

@ -1 +1 @@
SHA512 (indexmap-1.0.1.crate) = 63e0d0af80f7f11936d67def639de31ffa5a36755fb5617f31d9c5ab4cf75835bbcb2431de5b8bfc844003491fab09c8783065fb0cad3e73aca7304b564c8d3f SHA512 (indexmap-1.0.2.crate) = cfae9d222efcce9ab15c5a8368db2865fbdb6819b4fc317ca0aed55c32ea312b5c5ca13130d4aabf08af1803c34d465a1a1209dabbce37e7a1a911faf5cfcfe8

Loading…
Cancel
Save