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.
1 parent 3c0920f commit bbe6d80Copy full SHA for bbe6d80
.github/workflows/rust.yml
@@ -22,8 +22,9 @@ jobs:
22
~/.rustup/
23
scraper/target
24
key: cargo-cache-${{ github.job }}-${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }}
25
- - uses: actions-rust-lang/setup-rust-toolchain@v1
+ - uses: dtolnay/rust-toolchain@v1
26
with:
27
+ toolchain: 1.82.0
28
components: clippy,rustfmt
29
- run: cargo build
30
- run: cargo build --release
0 commit comments