From 52b9fe8e61ab7d4b35fcfeb705350db566bdcb37 Mon Sep 17 00:00:00 2001 From: Yuki Kishimoto Date: Mon, 22 Jan 2024 18:40:19 +0100 Subject: [PATCH] Change `toolchain` profile to `minimal` --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index e1cec3b..d2dbe19 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] channel = "nightly-2024-01-11" -profile = "default" +profile = "minimal" components = ["clippy", "rust-docs", "rustfmt"] targets = ["wasm32-unknown-unknown"] \ No newline at end of file