We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2c97cb5 + f911f2a commit a25982aCopy full SHA for a25982a
.github/workflows/main.yml
@@ -31,8 +31,9 @@ jobs:
31
- name: Install Rust Stable
32
run: |
33
rustc -vV
34
- rustup update stable
35
- rustup default stable
+ rustup toolchain install 1.85.0
+ rustup default 1.85.0
36
+ rustup component add rustfmt
37
38
39
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
sync-team/rust-toolchain.toml
0 commit comments