diff --git a/mise.lock b/mise.lock index 1ed10f29..730c70a5 100644 --- a/mise.lock +++ b/mise.lock @@ -29,3 +29,7 @@ backend = "aqua:lycheeverse/lychee" [tools.markdownlint-cli2] version = "0.17.2" backend = "npm:markdownlint-cli2" + +[tools.rust] +version = "stable" +backend = "core:rust" diff --git a/mise.toml b/mise.toml index 411e778a..5728f1a5 100644 --- a/mise.toml +++ b/mise.toml @@ -5,6 +5,7 @@ go = "latest" java = "temurin-21.0.7+6.0.LTS" lychee = "latest" markdownlint-cli2 = "latest" +rust = "stable" [tasks.lint] run = "scripts/super-linter.sh"