File: 0004-Remove-fuzzing-feature.patch

package info (click to toggle)
rust-rav1e 0.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,428 kB
  • sloc: asm: 203,824; makefile: 25
file content (32 lines) | stat: -rw-r--r-- 726 bytes parent folder | download | duplicates (3)
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
From: Sebastian Ramacher <sramacher@debian.org>
Date: Thu, 29 Dec 2022 11:15:48 +0100
Subject: Remove fuzzing feature

---
 Cargo.toml | 13 -------------
 1 file changed, 13 deletions(-)

--- a/Cargo.toml
+++ b/Cargo.toml
@@ -309,21 +309,6 @@
 features = ["parallel"]
 optional = true
 
-[target."cfg(fuzzing)".dependencies.arbitrary]
-version = "1.3"
-
-[target."cfg(fuzzing)".dependencies.interpolate_name]
-version = "0.2.4"
-
-[target."cfg(fuzzing)".dependencies.libfuzzer-sys]
-version = "0.4.7"
-
-[target."cfg(fuzzing)".dependencies.rand]
-version = "0.9"
-
-[target."cfg(fuzzing)".dependencies.rand_chacha]
-version = "0.9"
-
 [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.assert_cmd]
 version = "2.0"