Skip to content

Commit

Permalink
fix for msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 committed Nov 26, 2024
1 parent 3a42a9b commit 03a9657
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 @@ -120,7 +120,7 @@ jobs:
- name: Install cargo-msrv
run: cargo binstall --no-confirm --force [email protected]
- name: Check MSRV
run: cargo msrv verify --output-format minimal --manifest-path crates/relayer-cli/Cargo.toml
run: cargo msrv verify --manifest-path crates/relayer-cli/Cargo.toml

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

0 comments on commit 03a9657

Please sign in to comment.