From 14948857a89ab7309adc824bc4ec2ae8818aab78 Mon Sep 17 00:00:00 2001 From: Shady Khalifa Date: Mon, 12 Jun 2023 16:25:31 +0300 Subject: [PATCH] Add rust-src to the toolchain --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index f3e5947e7..dff6b9689 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] channel = "nightly-2022-12-26" -components = ["rustfmt", "clippy"] +components = ["rustfmt", "clippy", "rust-src"] targets = ["wasm32-unknown-unknown"]