File: disable-criterion.patch

package info (click to toggle)
rust-ripasso 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,172 kB
  • sloc: sh: 9; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 221 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,3 +43,3 @@
 
-[[bench]]
+[[disabled.bench]]
 name = "library_benchmark"
@@ -109,3 +109,3 @@
 
-[dev-dependencies.criterion]
+[disabled.dev-dependencies.criterion]
 version = "0.5"