🚧 Section is work-in-progress.

🕹ī¸ cargo-msrv commands

  • cargo-msrv (find): The top level command is used to find the MSRV for your crate.
  • cargo-msrv help: The help subcommand is used to learn more about the usage and the knobs and handles of the application.
  • cargo-msrv list: The list subcommand is used to list the known MSRV's of the dependencies of your crate.
  • cargo-msrv set: The set subcommand is used to quickly set the MSRV of a crate.
  • cargo-msrv show: The show subcommand is used to quickly show the MSRV of a crate.
  • cargo-msrv verify: The verify subcommand is used to check whether the pinned MSRV is acceptable.

Program wide options

⚠ work-in-progress.