Update quickcheck to 0.9 Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>epel9
parent
bd2bdc7a51
commit
a5d244627d
@ -1,21 +1,20 @@
|
||||
--- flate2-1.0.9/Cargo.toml 1970-01-01T00:00:00+00:00
|
||||
+++ flate2-1.0.9/Cargo.toml 2019-06-21T19:25:13.599600+00:00
|
||||
@@ -52,7 +52,7 @@
|
||||
--- flate2-1.0.11/Cargo.toml 1970-01-01T00:00:00+00:00
|
||||
+++ flate2-1.0.11/Cargo.toml 2019-09-13T18:33:37.800270+00:00
|
||||
@@ -51,7 +51,7 @@
|
||||
version = "0.1"
|
||||
|
||||
[dev-dependencies.quickcheck]
|
||||
-version = "0.7"
|
||||
+version = "0.8"
|
||||
-version = "0.8"
|
||||
+version = "0.9"
|
||||
default-features = false
|
||||
|
||||
[dev-dependencies.rand]
|
||||
@@ -72,9 +72,6 @@
|
||||
rust_backend = ["miniz_oxide_c_api"]
|
||||
@@ -71,8 +71,6 @@
|
||||
rust_backend = ["miniz_oxide"]
|
||||
tokio = ["tokio-io", "futures"]
|
||||
zlib = ["libz-sys"]
|
||||
-[target."cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))".dependencies.miniz_oxide_c_api]
|
||||
-version = "0.2"
|
||||
-features = ["no_c_export"]
|
||||
-[target."cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))".dependencies.miniz_oxide]
|
||||
-version = "0.3.2"
|
||||
[badges.appveyor]
|
||||
repository = "alexcrichton/flate2-rs"
|
||||
|
||||
|
@ -1 +1 @@
|
||||
SHA512 (flate2-1.0.9.crate) = 89ebe7b8cbd24542989b1a15cd8c4b0b32ca1c0e25f0c874824d9d9443fb1e97ef7064509ea2bd32035abaa412e5eff180813b48811cc3088d046fe473f75654
|
||||
SHA512 (flate2-1.0.11.crate) = d2d67be2fa687d4a4e2f4486a14e95d2d73704e862940b9cf0072378916d8e41b70081d30ada2184827740450f5f73edd35ba3d960931e3edb4da8ffb4e35a4a
|
||||
|
Loading…
Reference in new issue