Skip to content

Commit a81b73f

Browse files
committed
ci: bump rust version to support newer alloy version
1 parent 6ce5d48 commit a81b73f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Rust
2323
uses: actions-rs/toolchain@v1
2424
with:
25-
toolchain: 1.86.0
25+
toolchain: 1.88.0
2626
components: rustfmt, clippy
2727
override: true
2828

0 commit comments

Comments
 (0)