Skip to content

Commit

Permalink
ci: change default rust toolchain from 1.67.0 to 1.70.0 of cosmwasm-vm
Browse files Browse the repository at this point in the history
because package `clap_lex v0.6.0` cannot be built
  • Loading branch information
da1suk8 committed Nov 8, 2023
1 parent acf0d93 commit 6bc3424
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 @@ -181,15 +181,15 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.67.0
toolchain: 1.70.0
target: wasm32-unknown-unknown
profile: minimal
override: true
- name: Cache cargo
uses: actions/cache@v3
with:
path: ~/.cargo
key: cargocache-v2-package_vm-rust:1.67.0-${{ hashFiles('Cargo.lock') }}
key: cargocache-v2-package_vm-rust:1.70.0-${{ hashFiles('Cargo.lock') }}
- name: Version information
run: rustc --version; cargo --version; rustup --version; rustup target list --installed
- name: Build
Expand Down

0 comments on commit 6bc3424

Please sign in to comment.