From 64e8880f722a7cd57d64aa1d63ad827848e9b321 Mon Sep 17 00:00:00 2001 From: Eric Traut Date: Tue, 17 Feb 2026 12:24:40 -0800 Subject: [PATCH] Revert "chore(deps): bump rust-toolchain from 1.93.0 to 1.93.1 in /codex-rs (#11886)" This reverts commit af3b1ae6cb1d31b8985e8f87e18bc98cd524d4b5. --- 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 dc50bc36d3..954b684895 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"]