From 62b3e7ec15479461bdbcc393d9bb60bf0b7caff1 Mon Sep 17 00:00:00 2001 From: Leonardo Gurgel Date: Wed, 4 Dec 2024 12:09:34 -0300 Subject: [PATCH] add rust to core tools list (#3341) --- docs/core-tools.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/core-tools.md b/docs/core-tools.md index 56bf3e47ba..cabb95d285 100644 --- a/docs/core-tools.md +++ b/docs/core-tools.md @@ -15,4 +15,5 @@ You can see the core plugins with `mise plugin ls --core`. - [NodeJS](/lang/node) - [Python](/lang/python) - [Ruby](/lang/ruby) +- [Rust](/lang/rust) - [Swift](/lang/swift)