Skip to content

Commit

Permalink
fix clap
Browse files Browse the repository at this point in the history
  • Loading branch information
ruseinov committed Jun 7, 2024
1 parent 289d75f commit 0f59120
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- uses: Swatinem/rust-cache@v1
- name: Downgrade dependencies
run: |
cargo update -p [email protected].4 --precise 4.4.18
cd examples/adder && cargo update -p [email protected].4 --precise 4.4.18
cargo update -p [email protected].6 --precise 4.4.18
cd examples/adder && cargo update -p [email protected].6 --precise 4.4.18
- name: test
run: cargo test --all --features unstable,legacy
lint:
Expand Down

0 comments on commit 0f59120

Please sign in to comment.