From 0077a5e102cceca98e8a0574c881955ad0219c78 Mon Sep 17 00:00:00 2001 From: Risu <79110363+risu729@users.noreply.github.com> Date: Mon, 6 Jan 2025 21:56:14 +0900 Subject: [PATCH] chore(mise.toml): use ubi backend for lychee (#1093) --- mise.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mise.toml b/mise.toml index e80a0cb7..28e2cd7e 100644 --- a/mise.toml +++ b/mise.toml @@ -4,7 +4,6 @@ [tools] bun = "1.1.42" node = "23.5.0" -cargo-binstall = "1.10.19" # cspell:ignore binstall "npm:semantic-release" = "24.2.1" "aqua:biomejs/biome" = "1.9.4" actionlint = "1.7.6" @@ -18,7 +17,7 @@ markdownlint-cli2 = "0.17.1" yamlfmt = "0.14.0" yamllint = "1.35.1" "npm:cspell" = "8.17.1" -"cargo:lychee" = "0.18.0" +"ubi:lycheeverse/lychee" = "lychee-v0.18.0" # cspell:ignore lycheeverse typos = "1.29.4" "npm:ignore-sync" = "8.0.0" "npm:jschema-validator" = "1.0.4"