From 0d1597cc78ac0a42fcb1666c24735079a24e532b Mon Sep 17 00:00:00 2001 From: Dzejkop Date: Fri, 26 Jan 2024 18:54:35 +0100 Subject: [PATCH] Try fix --- rust-toolchain.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index cce326e..0748762 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,3 @@ [toolchain] channel = "nightly-2024-01-26" +components = ["rustc-dev", "rustc", "cargo", "rustfmt", "clippy"]