From 17f0d57581f3ebd4cbcbfd624ef6cece472e3b0e Mon Sep 17 00:00:00 2001 From: Tomasz Thaddey <76682475+tthaddey@users.noreply.github.com> Date: Thu, 13 Feb 2025 10:49:09 +0100 Subject: [PATCH] Unpin rustrc version and set it to 'stable' (#269) --- rust-toolchain.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index f392b161..73cb934d 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,3 @@ [toolchain] -# Released on: June 13, 2024 -# https://releases.rs/docs/1.79.0/ -channel = "1.80.0" +channel = "stable" components = ["rustfmt", "clippy"]