From 41f6dffb03ff5285dd9337a340449e6594865c4d Mon Sep 17 00:00:00 2001 From: Matthew Keeler Date: Fri, 26 Jul 2024 17:08:13 -0400 Subject: [PATCH] chore: Bump CI rustc version to 1.72 --- .github/workflows/ci.yml | 2 +- .github/workflows/manual-publish.yml | 2 +- .github/workflows/release-please.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bbba105..b7b506c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - name: Setup rust tooling run: | - rustup override set 1.68 + rustup override set 1.72 rustup component add rustfmt clippy - uses: ./.github/actions/ci diff --git a/.github/workflows/manual-publish.yml b/.github/workflows/manual-publish.yml index b0d624e..731290d 100644 --- a/.github/workflows/manual-publish.yml +++ b/.github/workflows/manual-publish.yml @@ -19,7 +19,7 @@ jobs: - name: Setup rust tooling run: | - rustup override set 1.68 + rustup override set 1.72 rustup component add rustfmt clippy - uses: ./.github/actions/ci diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index f4bf24b..cf95bae 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -28,7 +28,7 @@ jobs: - name: Setup rust tooling if: ${{ steps.release.outputs.releases_created }} run: | - rustup override set 1.68 + rustup override set 1.72 rustup component add rustfmt clippy - uses: launchdarkly/gh-actions/actions/release-secrets@release-secrets-v1.0.0