File: drop-divan.patch

package info (click to toggle)
rust-annotate-snippets 0.11.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 312 kB
  • sloc: makefile: 2
file content (26 lines) | stat: -rw-r--r-- 583 bytes parent folder | download
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
Index: annotate-snippets/Cargo.toml
===================================================================
--- annotate-snippets.orig/Cargo.toml
+++ annotate-snippets/Cargo.toml
@@ -109,11 +109,6 @@ path = "examples/format.rs"
 name = "multislice"
 path = "examples/multislice.rs"
 
-[[bench]]
-name = "bench"
-path = "benches/bench.rs"
-harness = false
-
 [dependencies.anstyle]
 version = "1.0.4"
 
@@ -130,9 +125,6 @@ version = "0.6.13"
 [dev-dependencies.difference]
 version = "2.0.0"
 
-[dev-dependencies.divan]
-version = "0.1.14"
-
 [dev-dependencies.glob]
 version = "0.3.1"