Skip to content

Commit

Permalink
chore: Bump CI rustc version to 1.72
Browse files Browse the repository at this point in the history
  • Loading branch information
keelerm84 committed Jul 26, 2024
1 parent 85e42c0 commit 41f6dff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit 41f6dff

Please sign in to comment.