cargo-msrv 0.19.3

Find your minimum supported Rust version (MSRV)!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
🚧 Section is work-in-progress.

# đŸ•šī¸ cargo-msrv commands

* [cargo-msrv find]./find.md: The `find` subcommand is used to find the MSRV for your crate.
* [cargo-msrv help]./help.md: The `help` subcommand is used to learn more about the usage and the knobs and handles of
  the application.
* [cargo-msrv list]./list.md: The `list` subcommand is used to list the known MSRV's of the dependencies of your
  crate.
* [cargo-msrv set]./set.md: The `set` subcommand is used to quickly set the MSRV of a crate.
* [cargo-msrv show]./show.md: The `show` subcommand is used to quickly show the MSRV of a crate.
* [cargo-msrv verify]./verify.md: The `verify` subcommand is used to check whether the pinned MSRV is acceptable.

# Program wide options

See `cargo msrv --help` for a full list of program wide options.