mise: add bun and rust runtimes

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-03-20 18:13:01 +00:00
parent 74d5f7cbe5
commit f07a524dc6

View File

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