cargo-msrv 0.19.3

Find your minimum supported Rust version (MSRV)!
Documentation
# cargo-msrv help

# COMMAND

* Standalone: `cargo-msrv help [subcommand]`
* Through Cargo: `cargo msrv help [subcommand]`

# PREVIEW

[![asciicast](https://asciinema.org/a/lBKWtUonNo4lP9f5ecQHh36ss.svg)](https://asciinema.org/a/lBKWtUonNo4lP9f5ecQHh36ss)

# DESCRIPTION

Help users navigate the cargo-msrv CLI by printing a help message.

<!-- # OPTIONS -->

# EXAMPLES

1. Get help for cargo-msrv

```shell
cargo msrv help # OR cargo msrv --help
```

2. Get help for a cargo-msrv subcommand, for example `list`:

```shell
cargo msrv help list # OR cargo msrv list --help
```