From a86e57604324b1f45b58b15262fdc1b328df2b35 Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Tue, 22 Apr 2025 13:27:11 +0200 Subject: [PATCH] ci: try with 1.87 beta --- .cirrus.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/loom.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 0148ad414..03581cb5e 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -3,7 +3,7 @@ auto_cancellation: $CIRRUS_BRANCH != 'master' && $CIRRUS_BRANCH !=~ 'tokio-.*' freebsd_instance: image_family: freebsd-14-2 env: - RUST_STABLE: stable + RUST_STABLE: beta RUST_NIGHTLY: nightly-2025-01-25 RUSTFLAGS: -D warnings diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9816c46a9..d28e3d416 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: stable + rust_stable: beta rust_nightly: nightly-2025-01-25 # Pin a specific miri version rust_miri_nightly: nightly-2025-01-25 diff --git a/.github/workflows/loom.yml b/.github/workflows/loom.yml index 234b8bfd7..4b60bc537 100644 --- a/.github/workflows/loom.yml +++ b/.github/workflows/loom.yml @@ -17,7 +17,7 @@ env: LOOM_MAX_BRANCHES: 10000 RUST_BACKTRACE: 1 # Change to specific Rust release to pin - rust_stable: stable + rust_stable: beta permissions: contents: read