Skip to content

Commit aec155f

Browse files
authored
Merge pull request #4051 from moreal/ci-toolchain-1.63.0
Update CI toolchain to stable
2 parents e513bf1 + d60baae commit aec155f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ jobs:
263263
runs-on: ubuntu-latest
264264
steps:
265265
- uses: actions/checkout@v2
266-
- uses: dtolnay/rust-toolchain@1.62.1
266+
- uses: dtolnay/rust-toolchain@stable
267267
with:
268268
components: rustfmt, clippy
269269
- name: run rustfmt

0 commit comments

Comments
 (0)