Skip to content

Commit

Permalink
build: fix cargo llvm cov version
Browse files Browse the repository at this point in the history
  • Loading branch information
amimart committed Dec 21, 2023
1 parent 5884eb3 commit ead0d88
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 @@ -525,7 +525,7 @@ install_crate = { rustup_component_name = "rustfmt" }
install_crate = { crate_name = "taplo-cli", binary = "taplo", test_arg = "--help" }

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

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

0 comments on commit ead0d88

Please sign in to comment.