Skip to content

Commit

Permalink
clap version change
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyProgrammist committed Mar 15, 2024
1 parent 1c4fd86 commit 3ff0dce
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 clap@4.5.2 --precise 4.4.18
cd examples/adder && cargo update -p clap@4.5.2 --precise 4.4.18
cargo update -p clap@4.5.3 --precise 4.4.18
cd examples/adder && cargo update -p clap@4.5.3 --precise 4.4.18
- name: test
run: cargo test --all --features unstable,legacy
lint:
Expand Down

0 comments on commit 3ff0dce

Please sign in to comment.