Skip to content

Commit

Permalink
msrv in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dimbleby committed Aug 18, 2024
1 parent 9f0661c commit 128b3ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Install latest Rust toolchain
run: |
rustup update --no-self-update
rustup default 1.70
rustup default 1.74
- uses: Swatinem/rust-cache@v2
- name: Test MSRV for taplo
run: |
Expand All @@ -111,7 +111,7 @@ jobs:
- name: Install latest Rust toolchain
run: |
rustup update --no-self-update
rustup default 1.70
rustup default 1.74
- uses: Swatinem/rust-cache@v2
- name: Test taplo-cli
run: |
Expand All @@ -126,7 +126,7 @@ jobs:
- name: Install latest Rust toolchain
run: |
rustup update --no-self-update
rustup default 1.74
rustup default 1.77
rustup target install wasm32-unknown-unknown
- uses: Swatinem/rust-cache@v2
- name: Test taplo-wasm
Expand Down

0 comments on commit 128b3ed

Please sign in to comment.