Skip to content

Commit 2de452b

Browse files
committed
Pin Rust version used on CI
1 parent 2763c66 commit 2de452b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
- name: Install Rust Stable
1818
run: |
1919
rustc -vV
20-
rustup update stable
21-
rustup default stable
20+
rustup toolchain install 1.85.0
21+
rustup default 1.85.0
2222
rustc -vV
2323
2424
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6

0 commit comments

Comments
 (0)