From fb4e2e94b4cf82319cde28525eee27cbcc25e1e3 Mon Sep 17 00:00:00 2001 From: Techassi Date: Mon, 2 Jun 2025 15:24:18 +0200 Subject: [PATCH] chore: Use the default profile for the stable Rust toolchain --- rust-toolchain.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index c1bc0a694..aaba1588e 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,3 @@ [toolchain] channel = "1.85.0" +profile = "default"