From 07ec4d7e2f588f62bb16ca6dce229f2d48ea689e Mon Sep 17 00:00:00 2001 From: Mikhail Atuchin Date: Mon, 29 Sep 2025 23:16:17 +0400 Subject: [PATCH] Pin rust toolchain to 1.90 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 45caf140..a95d1b8f 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "stable" +channel = "1.90" components = ["clippy", "rustfmt" ]