Skip to content

Commit

Permalink
downgrade abi tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ruseinov committed Feb 8, 2024
1 parent 3a7ce4c commit 27af5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Downgrade dependencies
run: |
cargo update -p clap@4.5.0 --precise 4.4.18
cargo update -p clap_derive@4.5.0 --precise 4.4.18
cd examples/adder && cargo update -p clap@4.5.0 --precise 4.4.18
- name: test
run: cargo test --all --features unstable,legacy
lint:
Expand Down

0 comments on commit 27af5cb

Please sign in to comment.