From 0dea7bcd955de92be95f67a91a5a5faa712f2375 Mon Sep 17 00:00:00 2001 From: Risu <79110363+risu729@users.noreply.github.com> Date: Tue, 17 Dec 2024 02:28:21 +0900 Subject: [PATCH] chore(mise.toml): use aqua backend for lychee --- mise.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/mise.toml b/mise.toml index ffc39c3e..1ac10656 100644 --- a/mise.toml +++ b/mise.toml @@ -6,9 +6,6 @@ min_version = "2024.12.8" [tools] bun = "1.1.38" node = "23.4.0" -# cspell:ignore datasource binstall -# renovate: datasource=crate -cargo-binstall = "1.10.11" uv = "0.5.9" "aqua:biomejs/biome" = "1.9.4" actionlint = "1.7.4" @@ -27,7 +24,8 @@ yamlfmt = "0.14.0" yamllint = "1.35.1" "npm:renovate" = "39.69.0" "npm:cspell" = "8.16.1" -"cargo:lychee" = "0.17.0" +# cspell:ignore lycheeverse +"aqua:lycheeverse/lychee" = "0.17.0" typos = "1.28.3" "npm:ignore-sync" = "7.0.1"