Blob Blame History Raw
The package build does not run benches.

--- a/src/snapshot/Cargo.toml
+++ b/src/snapshot/Cargo.toml
@@ -16,9 +16,6 @@
 thiserror = "1.0.32"
 displaydoc = "0.2.4"
 
-[dev-dependencies]
-criterion = { version = "0.5.0", default-features = false }
-
 [[bench]]
 name = "version_map"
 harness = false
--- a/src/vmm/Cargo.toml
+++ b/src/vmm/Cargo.toml
@@ -43,7 +43,6 @@
 virtio_gen = { path = "../virtio_gen" }
 
 [dev-dependencies]
-criterion = { version = "0.5.0", default-features = false }
 device_tree = "1.1.0"
 proptest = { version = "1.0.0", default-features = false, features = ["std"] }
 itertools = "0.12.0"