From 0d7f0571c547091417e45415f14cbd0752472bae Mon Sep 17 00:00:00 2001 From: Benjamin DENEUX Date: Tue, 7 May 2024 14:18:28 +0200 Subject: [PATCH] refactor(renaming): update cargo-llvm-cov --- Makefile.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.toml b/Makefile.toml index 4ce6ef4e..156d8826 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -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" }