Skip to content

Commit

Permalink
msrv logs
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 committed Nov 27, 2024
1 parent d5043c0 commit 8a1ce8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
- name: Install cargo-msrv
run: cargo binstall --no-confirm --force [email protected]
- name: Check MSRV
run: cargo msrv verify --manifest-path crates/relayer-cli/Cargo.toml
run: cargo msrv verify --output-format json --manifest-path crates/relayer-cli/Cargo.toml

# test-coverage:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 8a1ce8f

Please sign in to comment.