Bump quickcheck to 0.9

Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
epel9
Robert-André Mauchin 5 years ago
parent 29caba7db3
commit bea69d0903

@ -6,13 +6,16 @@
Name: rust-%{crate}
Version: 0.4.5
Release: 1%{?dist}
Release: 2%{?dist}
Summary: No-std, object-safe serialization framework
# Upstream license specification: Apache-2.0 OR MIT
License: ASL 2.0 or MIT
URL: https://crates.io/crates/sval
Source: %{crates_source}
# Initial patched metadata
# - Bump quickcheck to 0.9 https://github.com/sval-rs/sval/pull/69
Patch0: sval-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
@ -191,6 +194,9 @@ which use "test" feature of "%{crate}" crate.
%endif
%changelog
* Fri Sep 13 21:59:59 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.4.5-2
- Bump quickcheck to 0.9
* Mon Sep 02 08:29:13 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.5-1
- Update to 0.4.5

@ -0,0 +1,11 @@
--- sval-0.4.5/Cargo.toml 1970-01-01T00:00:00+00:00
+++ sval-0.4.5/Cargo.toml 2019-09-13T19:57:53.711390+00:00
@@ -41,7 +41,7 @@
version = "0.4.5"
optional = true
[dev-dependencies.quickcheck]
-version = "0.8"
+version = "0.9"
[features]
arbitrary-depth = ["std", "smallvec"]
Loading…
Cancel
Save