From ad53574d5862dc79e0d4c4a294397effb46ed3c3 Mon Sep 17 00:00:00 2001 From: Eric Traut Date: Tue, 17 Feb 2026 12:29:03 -0800 Subject: [PATCH] =?UTF-8?q?Revert=20"chore(deps):=20bump=20rust-toolchain?= =?UTF-8?q?=20from=201.93.0=20to=201.93.1=20in=20/co=E2=80=A6dex-rs=20(#11?= =?UTF-8?q?886)"=20(#12035)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit af3b1ae6cb1d31b8985e8f87e18bc98cd524d4b5 which is breaking CI. --- codex-rs/rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/rust-toolchain.toml b/codex-rs/rust-toolchain.toml index dc50bc36d..954b68489 100644 --- a/codex-rs/rust-toolchain.toml +++ b/codex-rs/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.93.1" +channel = "1.93.0" components = ["clippy", "rustfmt", "rust-src"]