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
|
Description: avoid benches
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2024-05-16
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/imap-types/Cargo.toml
+++ b/imap-types/Cargo.toml
@@ -37,7 +37,6 @@
thiserror = "2.0.3"
[dev-dependencies]
-criterion = { version = "0.5.1", default-features = false }
rand = { version = "0.8", default-features = false, features = ["small_rng"] }
serde_json = { version = "1.0.133" }
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,6 @@
resolver = "2"
members = [
"imap-codec",
- "imap-codec/benchmark",
"imap-codec/fuzz",
"imap-types",
"imap-types/fuzz",
|