Skip to content

Commit 2e39c4c

Browse files
committed
update rust version in CI
1 parent 5f19fa0 commit 2e39c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- uses: dtolnay/rust-toolchain@1.72.0
14+
- uses: dtolnay/rust-toolchain@1.76.0
1515
with:
1616
components: clippy, rustfmt
1717
- name: Build

0 commit comments

Comments
 (0)