Skip to content

Commit 1c99269

Browse files
committed
fix: set rust version to 1.86.0
1 parent f8db023 commit 1c99269

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Rust
2121
uses: actions-rs/toolchain@v1
2222
with:
23-
toolchain: stable
23+
toolchain: 1.86.0
2424
components: rustfmt, clippy
2525
override: true
2626

0 commit comments

Comments
 (0)