File: disable-quickcheck.patch

package info (click to toggle)
rust-petgraph 0.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 6,820 kB
  • sloc: makefile: 2
file content (37 lines) | stat: -rw-r--r-- 767 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
25
26
27
28
29
30
31
32
33
34
35
36
37
Index: petgraph/Cargo.toml
===================================================================
--- petgraph.orig/Cargo.toml
+++ petgraph/Cargo.toml
@@ -53,7 +53,6 @@ trait_newly_sealed = "allow"
 [features]
 all = [
     "unstable",
-    "quickcheck",
     "matrix_graph",
     "stable_graph",
     "graphmap",
@@ -74,12 +73,6 @@ dot_parser = [
 generate = []
 graphmap = []
 matrix_graph = []
-quickcheck = [
-    "std",
-    "dep:quickcheck",
-    "graphmap",
-    "stable_graph",
-]
 rayon = [
     "std",
     "dep:rayon",
@@ -327,11 +320,6 @@ default-features = false
 version = "2.5.0"
 default-features = false
 
-[dependencies.quickcheck]
-version = "0.8"
-optional = true
-default-features = false
-
 [dependencies.rayon]
 version = "1.5.3"
 optional = true