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.
This commit is contained in:
2025-06-28 16:03:45 +01:00
parent 8dc375887c
commit 1ebbcaf386

View File

@@ -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" }