Skip to content

Commit 690ea1d

Browse files
committed
Set dtolnay toolchain to 1.85
1 parent 96582ec commit 690ea1d

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
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout repo
1414
uses: actions/checkout@v4
1515
- name: Install Rust
16-
uses: dtolnay/rust-toolchain@stable
16+
uses: dtolnay/rust-toolchain@1.85.0
1717
with:
1818
components: clippy
1919
- name: Run cargo-deny

0 commit comments

Comments
 (0)