From 9e1c76bc65c6bb2615a485a73997a71ea2e3dad4 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Sun, 8 May 2022 02:48:12 +0800 Subject: [PATCH] Update rust-toolchain.toml Co-authored-by: Wilfred Hughes --- rust-toolchain.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 6126e7e32..8adfc56b2 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,4 @@ [toolchain] channel = "1.56" components = ["rustfmt"] +profile = "minimal"