Martijn Gribnau

Results 180 issues of Martijn Gribnau

- [ ] Summary page - [ ] Human Progress (default) - [x] JSON - #444 - [x] Discard (NoOutput) - [x] Simple output format - #370 - #431

C-documentation
S-help-wanted
A-book

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...

A-config
W-maybe-write-blog-post

**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...

C-enhancement
S-help-wanted
A-cli
A-user-output

## 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...

T-research

* on page: https://foresterre.github.io/cargo-msrv/getting-started/installation.html

C-documentation
S-help-wanted
A-book

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...

C-enhancement
S-help-wanted
hacktoberfest

- [ ] Check MSRV is set and same for: - [ ] Cargo.toml - [ ] package.rust-version - [ ] package.metadata.msrv - [ ] Cargo Clippy (.clippy.toml) - [...

A-cli
W-maybe-write-blog-post