Skip to content

Commit

Permalink
refactor(renaming): update cargo-llvm-cov
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeneux committed May 14, 2024
1 parent 65f0897 commit 0d7f057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ install_crate = { crate_name = "taplo-cli", binary = "taplo", test_arg = "--help
install_crate = { crate_name = "cargo-toml-lint", min_version = "0.1.1" }

[tasks.install-llvm-cov]
install_crate = { crate_name = "cargo-llvm-cov", min_version = "0.5.38" }
install_crate = { crate_name = "cargo-llvm-cov", min_version = "0.6.9" }

[tasks.install-cosmwasm-check]
install_crate = { crate_name = "cosmwasm-check", min_version = "1.5.3" }
Expand Down

0 comments on commit 0d7f057

Please sign in to comment.