From 087a032b8dea4c2b869ea47cbe98293953af9d9d Mon Sep 17 00:00:00 2001 From: Alice Ryhl Date: Sat, 27 May 2023 15:51:08 +0200 Subject: [PATCH] ci: use a fixed stable on 1.25.x --- .circleci/config.yml | 2 +- .cirrus.yml | 2 +- .github/workflows/ci.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6f901a95e93..604ff46861d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ jobs: resource_class: arm.medium environment: # Change to pin rust version - RUST_STABLE: stable + RUST_STABLE: 1.67.1 steps: - checkout - run: diff --git a/.cirrus.yml b/.cirrus.yml index bdc44e0c93c..cb8b2783ac5 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,7 +1,7 @@ freebsd_instance: image: freebsd-12-4-release-amd64 env: - RUST_STABLE: stable + RUST_STABLE: 1.67.1 RUST_NIGHTLY: nightly-2022-10-25 RUSTFLAGS: -D warnings diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2813ede8a86..43923126eb0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ env: RUSTFLAGS: -Dwarnings RUST_BACKTRACE: 1 # Change to specific Rust release to pin - rust_stable: stable + rust_stable: 1.67.1 rust_nightly: nightly-2022-11-03 rust_clippy: 1.65.0 # When updating this, also update: