From 1ebbcaf3866b02dff40801366d1cca95ab28a3ae Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 28 Jun 2025 16:03:45 +0100 Subject: [PATCH] fix(mise/tools): lock restish to last working version Later versions fail to build, so the github release does not contain any binary assets to download. Hence let's use the last release that has assets. --- config/mise/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/mise/config.toml b/config/mise/config.toml index c474a17..1e2c4c2 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -125,7 +125,7 @@ node = "lts" opentofu = "latest" python = "latest" rclone = "latest" -restish = "latest" +restish = "0.20.0" ripgrep = "latest" ruby = "latest" rust = { version = "latest", components = "rust-analyzer,rust-src" }