Martijn Gribnau
Martijn Gribnau
- [ ] Summary page - [ ] Human Progress (default) - [x] JSON - #444 - [x] Discard (NoOutput) - [x] Simple output format - #370 - #431
Replace [BareVersion](https://github.com/foresterre/cargo-msrv/blob/main/src/manifest/bare_version.rs#L10) with https://github.com/foresterre/version-number
Similar to `command::RustupCommand`, make a similar builder style command for Cargo. This will allow us to inject `--ignore-rust-version` when `cmd` in `rustup run ` is a Cargo command. We should...
**Goal:** Figure out whether the MSRV set for various tools matches each other. E.g., the MSRV can be set in the Cargo manifest (Cargo.toml), the clippy config, the toolchain file...
## Can we speed up the search? Currently we assume the majority of the time is spent by the Rust compiler. While this is true, the Rust compiler isn't always...
* on page: https://foresterre.github.io/cargo-msrv/getting-started/installation.html
We currently always update the index. We should however make this optional (in which case the user bears the responsibility of having an up-to-date index in place at the right...
- [ ] Check MSRV is set and same for: - [ ] Cargo.toml - [ ] package.rust-version - [ ] package.metadata.msrv - [ ] Cargo Clippy (.clippy.toml) - [...