From bb5886833353d1bc6f7be4dc3148de7f0e136fed Mon Sep 17 00:00:00 2001 From: hdbg Date: Mon, 16 Feb 2026 21:03:27 +0100 Subject: [PATCH] fix(ci): add clippy installation in mise.toml --- mise.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mise.toml b/mise.toml index 22adad3..888f9df 100644 --- a/mise.toml +++ b/mise.toml @@ -2,10 +2,9 @@ "cargo:diesel_cli" = { version = "2.3.6", features = "sqlite,sqlite-bundled", default-features = false } "cargo:cargo-audit" = "0.22.1" "cargo:cargo-vet" = "0.10.2" - flutter = "3.38.9-stable" protoc = "29.6" -rust = "1.93.0" +"rust" = {version = "1.93.0", components = "clippy"} "cargo:cargo-features-manager" = "0.11.1" "cargo:cargo-nextest" = "0.9.126" "cargo:cargo-shear" = "latest"