File: disable-benches.diff

package info (click to toggle)
rust-bs58 0.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 304 kB
  • sloc: makefile: 2
file content (25 lines) | stat: -rw-r--r-- 503 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
--- bs58.orig/Cargo.toml
+++ bs58/Cargo.toml
@@ -22,2 +22,3 @@
 repository = "https://github.com/Nullus157/bs58-rs"
+autobenches = false
 
@@ -27,9 +28,0 @@
-[[bench]]
-name = "encode"
-path = "benches/encode.rs"
-harness = false
-
-[[bench]]
-name = "decode"
-path = "benches/decode.rs"
-harness = false
@@ -41,2 +33,0 @@
-[dev-dependencies.base58]
-version = "0.1.0"
@@ -50,2 +50,0 @@
-[dev-dependencies.criterion]
-version = "0.5"
@@ -60,2 +60,0 @@
-[dev-dependencies.rust-base58]
-version = "0.0.4"