File: disable-rand.patch

package info (click to toggle)
rust-deranged 0.3.11-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 204 kB
  • sloc: makefile: 2
file content (31 lines) | stat: -rw-r--r-- 637 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
Index: deranged/Cargo.toml
===================================================================
--- deranged.orig/Cargo.toml
+++ deranged/Cargo.toml
@@ -53,19 +53,11 @@ version = "1.0.3"
 optional = true
 default-features = false
 
-[dependencies.rand]
-version = "0.8.4"
-optional = true
-default-features = false
-
 [dependencies.serde]
 version = "1.0.126"
 optional = true
 default-features = false
 
-[dev-dependencies.rand]
-version = "0.8.4"
-
 [dev-dependencies.serde_json]
 version = "1.0.86"
 
@@ -78,6 +70,5 @@ quickcheck = [
     "dep:quickcheck",
     "alloc",
 ]
-rand = ["dep:rand"]
 serde = ["dep:serde"]
 std = ["alloc"]