Skip to content

Commit d60baae

Browse files
committed
Update CI toolchain to stable
1 parent 7ec175f commit d60baae

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)