Pin Rust to 1.62.0 (#2153)

This commit is contained in:
George Pollard
2022-07-13 08:51:20 +12:00
committed by GitHub
parent 69b11f60c2
commit 9d5d86a03b
2 changed files with 4 additions and 2 deletions

View File

@ -20,6 +20,10 @@ jobs:
runs-on: "${{ matrix.os }}"
steps:
- uses: actions/checkout@v2
- name: Install specific Rust version
run: |
rustup default 1.62
rustup component add clippy rustfmt
- name: Rust Prereq Cache
uses: actions/cache@v2
id: cache-rust-prereqs

View File

@ -16,5 +16,3 @@ cargo install cargo-audit
if ! cargo-license --help; then
cargo install cargo-license
fi
rustup component add clippy