File: disable-benches.patch

package info (click to toggle)
rust-comfy-table 7.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 612 kB
  • sloc: makefile: 2
file content (18 lines) | stat: -rw-r--r-- 315 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Forwarded: not-needed
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -58,3 +58,3 @@
 
-[[bench]]
+[[disabled.bench]]
 name = "build_large_table"
@@ -63,3 +63,3 @@
 
-[[bench]]
+[[disabled.bench]]
 name = "build_tables"
@@ -82,3 +82,3 @@
 
-[dev-dependencies.criterion]
+[disabled.dev-dependencies.criterion]
 version = "0.5"