From 313261e46e3fda8ec364e0491608ee0c0ccd3ded Mon Sep 17 00:00:00 2001 From: dusk Date: Sat, 4 Jan 2025 00:38:27 +0900 Subject: [PATCH] build: add rust-src componenet for rust-analyzer and such --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 2792be0d..15df6b03 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] channel = "nightly-2024-08-20" - +components = ["rust-src", "rustfmt"] \ No newline at end of file