mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
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:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user