Skip to content

Commit

Permalink
chore: verify MSRV in just lint
Browse files Browse the repository at this point in the history
  • Loading branch information
matyama committed Jul 24, 2024
1 parent d059a08 commit c268230
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ lint:
cargo outdated -q -R --exit-code=1
cargo hack -q --feature-powerset check
cargo deny --log-level=error check -s
cargo msrv --no-user-output verify

@test profile="dev":
cargo llvm-cov --profile {{ profile }} --workspace --all-features --all-targets
Expand Down

0 comments on commit c268230

Please sign in to comment.