Skip to content

Commit

Permalink
ci: version-up rust for clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
loloicci committed Jul 8, 2022
1 parent 8a4f21a commit 1668925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -709,15 +709,15 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.51.0
toolchain: 1.57.0
target: wasm32-unknown-unknown
profile: minimal
override: true
- name: Cache cargo
uses: actions/cache@v2
with:
path: ~/.cargo
key: cargocache-v2-clippy-rust:1.51.0-${{ hashFiles('Cargo.lock') }}
key: cargocache-v2-clippy-rust:1.57.0-${{ hashFiles('Cargo.lock', 'contracts/*/Cargo.lock') }}
- name: Version information
run: rustc --version; cargo --version; rustup --version; rustup target list --installed
- name: Add clippy component
Expand Down

0 comments on commit 1668925

Please sign in to comment.