Skip to content

Commit 4cf3faf

Browse files
authored
chore: Bump CI rustc version to 1.72 (#80)
1 parent 85e42c0 commit 4cf3faf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Setup rust tooling
2222
run: |
23-
rustup override set 1.68
23+
rustup override set 1.72
2424
rustup component add rustfmt clippy
2525
2626
- uses: ./.github/actions/ci

.github/workflows/manual-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Setup rust tooling
2121
run: |
22-
rustup override set 1.68
22+
rustup override set 1.72
2323
rustup component add rustfmt clippy
2424
2525
- uses: ./.github/actions/ci

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup rust tooling
2929
if: ${{ steps.release.outputs.releases_created }}
3030
run: |
31-
rustup override set 1.68
31+
rustup override set 1.72
3232
rustup component add rustfmt clippy
3333
3434
- uses: launchdarkly/gh-actions/actions/release-secrets@release-secrets-v1.0.0

0 commit comments

Comments
 (0)