Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
JamyGolden committed Oct 4, 2024
1 parent ce6ec41 commit 38d04f9
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 @@ -58,7 +58,7 @@ jobs:
run: cargo -Zminimal-versions generate-lockfile

- name: Verify the Rustc version declared in `Cargo.toml` with `minimal-versions`
run: cargo-msrv verify
run: cargo-msrv verify && cargo-msrv show

# github actions does not support big endian systems directly, but it does support QEMU.
# so we use cross-rs, which uses QEMU internally.
Expand Down

0 comments on commit 38d04f9

Please sign in to comment.