Skip to content

Commit

Permalink
Get rid of pretty msrv logging as it can't all be displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjunetime committed Nov 17, 2024
1 parent 765c2f0 commit f17f4cf
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 @@ -134,7 +134,7 @@ jobs:
find . -name Cargo.toml | while read -r dir
do
echo "Checking package '$dir'"
cargo msrv --log-target stdout verify --manifest-path "$dir" || exit 1
cargo msrv verify --manifest-path "$dir" || exit 1
done
# If no packages are using the workspace's rust-version, then it's out of date
- name: Verify workspace rust-version is used
Expand Down

0 comments on commit f17f4cf

Please sign in to comment.