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