File: drop_criterion

package info (click to toggle)
rust-roots 0.0.8-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 348 kB
  • sloc: makefile: 4
file content (17 lines) | stat: -rw-r--r-- 409 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Author: Michael R. Crusoe <crusoe@debian.org>
Description: skip the unneeded dev dependency, criterion
Forwarded: not-needed
--- roots.orig/Cargo.toml
+++ roots/Cargo.toml
@@ -23,11 +23,6 @@
 name = "roots"
 path = "src/lib.rs"
 
-[[bench]]
-name = "benches"
-harness = false
-[dev-dependencies.criterion]
-version = "0.3"
 [badges.travis-ci]
 branch = "master"
 repository = "https://github.com/vorot/roots"