From ead0d881445ba8c665ecaf976931133c8d8c3a95 Mon Sep 17 00:00:00 2001 From: Arnaud Mimart <33665250+amimart@users.noreply.github.com> Date: Thu, 21 Dec 2023 11:28:27 +0100 Subject: [PATCH] build: fix cargo llvm cov version --- Makefile.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.toml b/Makefile.toml index 44f82c03..399577a2 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -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" }