From 9ff96b33186773990442ea6dd581c10e2e724d89 Mon Sep 17 00:00:00 2001 From: didirus Date: Sun, 21 Jun 2026 22:01:21 +0300 Subject: [PATCH] build(mise): add rust and turbo tool versions --- mise.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mise.toml b/mise.toml index f63c996ee..e909a0bf8 100644 --- a/mise.toml +++ b/mise.toml @@ -1,3 +1,5 @@ [tools] node = "24.16.0" pnpm = "10.33.2" +rust = "1.95.0" +turbo = "2.9.18"