Skip to content

Commit

Permalink
Remove cargo-hack
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfred-Mountfield committed Dec 1, 2022
1 parent 63f7a50 commit 8c231a2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions crates/type-system/Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ run_task = { name = ["build", "lint", "test"] }
[tasks.cargo]
private = true
command = "cargo"
dependencies = ["install-cargo-hack"]

[tasks.yarn]
private = true
Expand Down Expand Up @@ -170,10 +169,6 @@ install_crate = { rustup_component_name = "clippy" }
private = true
install_crate = { rustup_component_name = "rustfmt" }

[tasks.install-cargo-hack]
private = true
install_crate = { crate_name = "cargo-hack", version = "0.5.15", binary = "cargo", test_arg = ["hack", "--version"] }

[tasks.install-cargo-nextest]
private = true
install_crate = { crate_name = "cargo-nextest", version = "0.9.28", binary = "cargo", test_arg = ["nextest", "--version"] }
Expand Down

0 comments on commit 8c231a2

Please sign in to comment.