From 00f3084b0f65a99a67363da91840df57587a4c8e Mon Sep 17 00:00:00 2001 From: Abdo Date: Tue, 9 Dec 2025 14:27:27 +0300 Subject: [PATCH] Update to Rust 1.90 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 452c65213..cd563026b 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] # older versions may fail to compile; newer versions may fail the clippy tests -channel = "1.89.0" +channel = "1.90.0"