Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ruseinov committed Feb 8, 2024
1 parent 8b809ce commit 0e48eb7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
target: wasm32-unknown-unknown
- uses: Swatinem/rust-cache@v1
- name: Downgrade dependencies
run: cargo update -p clap@4.3.24
run: |
cargo update -p clap@4.3.24
cargo update -p clap_builder@4.3.24
- name: test
run: cargo test --all --features unstable,legacy
lint:
Expand Down

0 comments on commit 0e48eb7

Please sign in to comment.