Skip to content

Commit 5f5c196

Browse files
committed
Auto merge of #10774 - Muscraft:update-benchsuite-deps, r=Eh2406
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
2 parents 8fd9f82 + 5b36882 commit 5f5c196

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

benches/benchsuite/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ description = "Benchmarking suite for Cargo."
1010

1111
[dependencies]
1212
cargo = { path = "../.." }
13-
cargo-test-support = { path = "../../crates/cargo-test-support" }
1413
# Consider removing html_reports in 0.4 and switching to `cargo criterion`.
1514
criterion = { version = "0.3.5", features = ["html_reports"] }
1615
flate2 = { version = "1.0.3", default-features = false, features = ["zlib"] }

0 commit comments

Comments
 (0)