From f07a524dc64c97c18759b2bdd24df06af2ad6838 Mon Sep 17 00:00:00 2001 From: Andrejus Date: Fri, 20 Mar 2026 18:13:01 +0000 Subject: [PATCH] mise: add bun and rust runtimes Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- install.d/30-mise.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.d/30-mise.sh b/install.d/30-mise.sh index ec54ad5..d780cf2 100755 --- a/install.d/30-mise.sh +++ b/install.d/30-mise.sh @@ -43,6 +43,8 @@ if [[ "$DOTS_ENV" != "codespaces" ]]; then typeset -a MISE_RUNTIMES=( "python@3.14.2" "node@25.5.0" + "bun@latest" + "rust@latest" ) log_info "Installing runtimes..."