Skip to content

Commit 41af4db

Browse files
committed
bump toolchain to rust 1.83.0
1 parent eb64145 commit 41af4db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v4
22-
- uses: dtolnay/rust-toolchain@1.80.0
22+
- uses: dtolnay/rust-toolchain@1.83.0
2323
with:
2424
components: clippy, rustfmt
2525
- uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)