File: disable-mp4-bench.diff

package info (click to toggle)
rust-combine 4.6.6-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 988 kB
  • sloc: sh: 21; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 547 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
Index: combine/Cargo.toml
===================================================================
--- combine.orig/Cargo.toml
+++ combine/Cargo.toml
@@ -31,6 +31,7 @@ license = "MIT"
 repository = "https://github.com/Marwes/combine"
 resolver = "1"
 autoexamples = false
+autobenches = false
 
 [package.metadata.docs.rs]
 all-features = true
@@ -76,11 +77,6 @@ name = "http"
 harness = false
 required-features = ["std"]
 
-[[bench]]
-name = "mp4"
-harness = false
-required-features = ["mp4"]
-
 [dependencies.bytes]
 version = "1"
 optional = true