Skip to content

Commit

Permalink
Auto merge of #10774 - Muscraft:update-benchsuite-deps, r=Eh2406
Browse files Browse the repository at this point in the history
remove unused dependency from benchsuite

In #10754 I added a new benchmark to the benchsuite. While figuring out the best way to add the new benchmark, I added `cargo-test-support` as a dependency. It appears I missed removing it before making the PR.

This PR removes `cargo-test-support` since it is not needed
  • Loading branch information
bors committed Jun 20, 2022
2 parents 8fd9f82 + 5b36882 commit 5f5c196
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion benches/benchsuite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 5f5c196

Please sign in to comment.