Bump quickcheck to 0.9

Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
epel9
Robert-André Mauchin 5 years ago
parent cff3c9ce85
commit 6edb88b14e

@ -0,0 +1,16 @@
--- indexmap-1.2.0/Cargo.toml 1970-01-01T00:00:00+00:00
+++ indexmap-1.2.0/Cargo.toml 2019-09-14T21:02:30.979815+00:00
@@ -48,11 +48,11 @@
version = "1.3"
[dev-dependencies.quickcheck]
-version = "0.8"
+version = "0.9"
default-features = false
[dev-dependencies.rand]
-version = "0.6"
+version = "0.7"
[dev-dependencies.serde_test]
version = "1.0.99"

@ -6,13 +6,17 @@
Name: rust-%{crate}
Version: 1.2.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Hash table with consistent order and fast iteration
# Upstream license specification: Apache-2.0/MIT
License: ASL 2.0 or MIT
URL: https://crates.io/crates/indexmap
Source: %{crates_source}
# Initial patched metadata
# - Bump quickcheck to 0.9 https://github.com/bluss/indexmap/pull/105
# - Bump rand to 0.7
Patch0: indexmap-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -139,6 +143,10 @@ which use "test_low_transition_point" feature of "%{crate}" crate.
%endif
%changelog
* 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 rand to 0.7
* Sun Sep 08 15:34:19 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.2.0-1
- Update to 1.2.0

Loading…
Cancel
Save