Skip to content

Commit

Permalink
fixed MSRV CI job (unrelated change)
Browse files Browse the repository at this point in the history
  • Loading branch information
frol committed Feb 19, 2024
1 parent e24761a commit 19bd541
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.0 --precise 4.4.18
cd examples/adder && cargo update -p clap@4.5.0 --precise 4.4.18
cargo update -p clap@4.5.1 --precise 4.4.18
cd examples/adder && cargo update -p clap@4.5.1 --precise 4.4.18
- name: test
run: cargo test --all --features unstable,legacy
lint:
Expand Down Expand Up @@ -79,4 +79,4 @@ jobs:
- name: Install Audit
run: cargo install cargo-audit
- name: Run Audit
run: cargo audit
run: cargo audit

0 comments on commit 19bd541

Please sign in to comment.