Update mise@latest to 2026.5.0

This commit is contained in:
Taiki Endo
2026-05-04 22:01:24 +00:00
committed by github-actions[bot]
parent 11569735dc
commit b62b50877f
2 changed files with 7 additions and 2 deletions

View File

@@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased] ## [Unreleased]
- Update `mise@latest` to 2026.5.0.
- Support `rust`. ([#1779](https://github.com/taiki-e/install-action/pull/1779)) - Support `rust`. ([#1779](https://github.com/taiki-e/install-action/pull/1779))
This installs rust using rustup. This installs rust using rustup.

7
manifests/mise.json generated
View File

@@ -27,10 +27,13 @@
} }
}, },
"latest": { "latest": {
"version": "2026.4.28" "version": "2026.5.0"
}, },
"2026": { "2026": {
"version": "2026.4.28" "version": "2026.5.0"
},
"2026.5": {
"version": "2026.5.0"
}, },
"2026.5.0": { "2026.5.0": {
"x86_64_linux_musl": { "x86_64_linux_musl": {