From c10d3211ad2c407970591e42cca4d020892633b5 Mon Sep 17 00:00:00 2001 From: Denis Cornehl Date: Wed, 13 Aug 2025 13:37:25 +0200 Subject: [PATCH] Revert "update to rust 1.89.0" This reverts commit b1cd544010562f07acbd4d2fe7f0c9cc0dbff05e. --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 908d2ecba..7855e6d55 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.89.0" +channel = "1.88.0" components = ["rustfmt", "clippy"]