File: disable-quickcheck.patch

package info (click to toggle)
rust-indexmap 2.12.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 992 kB
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 551 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Index: indexmap/Cargo.toml
===================================================================
--- indexmap.orig/Cargo.toml
+++ indexmap/Cargo.toml
@@ -42,7 +42,6 @@ tag-name = "{{version}}"
 [package.metadata.docs.rs]
 features = [
     "arbitrary",
-    "quickcheck",
     "serde",
     "borsh",
     "rayon",
@@ -109,11 +108,6 @@ default-features = false
 version = "0.16.1"
 default-features = false
 
-[dependencies.quickcheck]
-version = "1.0"
-optional = true
-default-features = false
-
 [dependencies.rayon]
 version = "1.9"
 optional = true