Skip to content

Commit 917924c

Browse files
committed
Update CI toolchain to 1.63.0
See also https://github.com/rust-lang/rust/releases/tag/1.63.0
1 parent 7ec175f commit 917924c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@1.63.0
267267
with:
268268
components: rustfmt, clippy
269269
- name: run rustfmt

0 commit comments

Comments
 (0)