* *
[](https://asciinema.org/a/679864)
Print the crate author specified MSRV.
This is either the `package.rust-version` field or the `package.metadata.msrv` field in the Cargo manifest (
`Cargo.toml`).
1.
```shell
cargo msrv show
```