mise: add bun and rust runtimes
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -43,6 +43,8 @@ if [[ "$DOTS_ENV" != "codespaces" ]]; then
|
|||||||
typeset -a MISE_RUNTIMES=(
|
typeset -a MISE_RUNTIMES=(
|
||||||
"python@3.14.2"
|
"python@3.14.2"
|
||||||
"node@25.5.0"
|
"node@25.5.0"
|
||||||
|
"bun@latest"
|
||||||
|
"rust@latest"
|
||||||
)
|
)
|
||||||
|
|
||||||
log_info "Installing runtimes..."
|
log_info "Installing runtimes..."
|
||||||
|
|||||||
Reference in New Issue
Block a user