From e40c16023ba55ace38bf3dac73a4d68c7110ebd1 Mon Sep 17 00:00:00 2001 From: Dan Rollo Date: Mon, 11 Dec 2023 13:47:13 -0500 Subject: [PATCH] [skip ci] resolve GitHub Action CI build failure: error: package `colored v2.1.0` cannot be built because it requires rustc 1.70 or newer, while the currently active rustc version is 1.69.0 --- .github/workflows/build_and_release.yml | 4 ++-- .github/workflows/build_nightly.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_and_release.yml b/.github/workflows/build_and_release.yml index 57f0f71..40626ef 100644 --- a/.github/workflows/build_and_release.yml +++ b/.github/workflows/build_and_release.yml @@ -9,7 +9,7 @@ jobs: build: runs-on: ubuntu-latest container: - image: rust:1.69 + image: rust:1.74 env: SLACK_ACCESS_TOKEN: SLACK_DEFAULT_CHANNEL: @@ -66,7 +66,7 @@ jobs: # if: github.ref == 'refs/heads/main' runs-on: ubuntu-latest container: - image: rust:1.69 + image: rust:1.74 needs: - build env: diff --git a/.github/workflows/build_nightly.yml b/.github/workflows/build_nightly.yml index d0eae31..4c23881 100644 --- a/.github/workflows/build_nightly.yml +++ b/.github/workflows/build_nightly.yml @@ -8,7 +8,7 @@ jobs: if: github.ref == 'refs/heads/main' runs-on: ubuntu-latest container: - image: rust:1.69 + image: rust:1.74 env: SLACK_ACCESS_TOKEN: SLACK_DEFAULT_CHANNEL: