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
### ⏱️ Quick start

If all you want to do is find the MSRV for your package, you can run:

```shell
cargo msrv find
```

This command will attempt to determine the MSRV by doing a binary search on
acceptable Rust releases. If you require additional options, please refer to the
[`cargo-msrv commands`] section, or run `cargo msrv help` to view the program's help
output.

[`cargo-msrv commands`]: ../commands/index.md