From cd1823f43efa95439b79a5a4507df65f83822004 Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Sat, 2 May 2026 15:03:40 +0200 Subject: [PATCH] Revert "Pin stable to 1.94 for tokio-1.51.x" (#8106) As we are merging tokio-1.51.x into tokio-1.52.x and then master, we should not include this change. This reverts commit bde3f20b0fd5de85a8946c4c5c623c039dcfa842. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 696e6f16a..18b5361ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ env: RUST_BACKTRACE: 1 RUSTUP_WINDOWS_PATH_ADD_BIN: 1 # Change to specific Rust release to pin - rust_stable: 1.94 + rust_stable: stable rust_nightly: nightly-2025-10-12 # Pin a specific miri version rust_miri_nightly: nightly-2025-11-13