Martijn Gribnau

Results 64 comments of Martijn Gribnau

> Issue 2: `verify` acts weird. When I run `verify` in directory a it runs `rustup run 1.56.1 cargo check --all`. As `--all` is a deprecated alias for `--workspace`, this...

> Issue 3: I cannot set a check command for `verify`. From how I read the documentation and the outcome of failed tries it seems like `msrv` accepts either a...

Thanks for the report by the way 😄!

> Ok, with the root package setup in mind, I see where you're coming from. I'm not quite sure what the `--all` is there for, though. If a package in...

> Those commands are fine but providing a check command is only possible for the main `msrv` command, not its `verify` subcommand. `verify` has its benefits, e.g. in a CI...

> Issue 3: I cannot set a check command for `verify`. From how I read the documentation and the outcome of failed tries it seems like `msrv` accepts either a...

> Issue 2: `verify` acts weird. When I run `verify` in directory a it runs `rustup run 1.56.1 cargo check --all`. As `--all` is a deprecated alias for `--workspace`, this...

@cornifer milestone-moved v0.17.0 reason="May have (significant) side effects, and requires more time to think about the pros and cons" see-also=issue:408

Rust sec's cargo-lock package supports translating lock files: https://github.com/rustsec/rustsec/tree/main/cargo-lock Lock file v3 is not yet supported, but I can't find information on what changed with v3.

> Rust sec's cargo-lock package supports translating lock files: > > [rustsec/rustsec@`main`/cargo-lock](https://github.com/rustsec/rustsec/tree/main/cargo-lock?rgh-link-date=2021-10-18T23%3A19%3A26Z) > > Lock file v3 is not yet supported, but I can't find information on what changed with...