remove unused dependency from benchsuite

This commit is contained in:
Scott Schafer 2022-06-20 09:44:48 -05:00
parent 2fcd302b4d
commit 5b368820a7
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ description = "Benchmarking suite for Cargo."
[dependencies]
cargo = { path = "../.." }
cargo-test-support = { path = "../../crates/cargo-test-support" }
# Consider removing html_reports in 0.4 and switching to `cargo criterion`.
criterion = { version = "0.3.5", features = ["html_reports"] }
flate2 = { version = "1.0.3", default-features = false, features = ["zlib"] }