File: disable-benches.diff

package info (click to toggle)
rust-tiff 0.10.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,060 kB
  • sloc: makefile: 2
file content (15 lines) | stat: -rw-r--r-- 231 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -90,6 +90,6 @@
 
-[[bench]]
+[[disabled.bench]]
 name = "lzw"
 path = "benches/lzw.rs"
 harness = false
 
@@ -124,4 +124,1 @@
 version = "1.5"
-
-[dev-dependencies.criterion]
-version = "0.3.1"