Skip to content

Commit

Permalink
fix: fix CI MSVR compilation errors (#1089)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruseinov committed Oct 2, 2023
1 parent b5f7764 commit c7f3c4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ jobs:
toolchain: ${{ matrix.toolchain }}
default: true
target: wasm32-unknown-unknown
- name: downgrade `anstyle`,`clap`,`clap_lex` crates to support older Rust toolchain
- name: downgrade `anstyle`,`anstyle-parse`,`clap`,`clap_lex` crates to support older Rust toolchain
if: matrix.toolchain == '1.69.0'
run: |
cargo update -p anstyle --precise 1.0.2
cargo update -p anstyle-parse --precise 0.2.1
cargo update -p clap --precise 4.3.24
cargo update -p clap_lex --precise 0.5.0
- uses: Swatinem/rust-cache@v1
Expand Down

0 comments on commit c7f3c4a

Please sign in to comment.