From 480d89481000a1479f0b7536ce0f411244d0cd3d Mon Sep 17 00:00:00 2001 From: thesn10 <38666407+thesn10@users.noreply.github.com> Date: Mon, 18 May 2026 23:13:23 +0200 Subject: [PATCH] fix toolchain --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index cb684c0..dea6d26 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] channel = "1.89.0" -components = ["rustfmt","clippy"] +components = ["rustfmt","clippy","rust-src","rust-analyzer"] profile = "minimal"