From 757ece26afa78eb8cf1d047af1eaf09fc5366c7d Mon Sep 17 00:00:00 2001 From: Hubert Bugaj Date: Wed, 8 Apr 2026 14:05:36 +0200 Subject: [PATCH] chore: rm redundant binstall entry --- mise.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/mise.toml b/mise.toml index 06cae62236ac..1e8e15d54413 100644 --- a/mise.toml +++ b/mise.toml @@ -20,7 +20,6 @@ alias = 'i' [tasks.install-lint-tools] description = "Installs linting tools for CI" -tools.cargo-binstall = "latest" run = "cargo binstall --no-confirm taplo-cli cargo-spellcheck@0.15.7 cargo-deny" [tasks."lint:deny"]