Martijn Gribnau

Results 64 comments of Martijn Gribnau

Both 1.56 and 1.57-beta currently do not have the "rust_version" field in the cargo metadata. It does however exist in nightly Cargo. My suggestion would be to currently simply work-around...

https://docs.rs/guppy/0.11.2/guppy/graph/struct.PackageMetadata.html#method.manifest_path

`cargo msrv list` now can do most of this, although it would be nice to also have a more general table with `| crate name | version | is in(direct)...

Thanks for the report and ideas! I'll probably opt for the second option :).

# Proposed solutions for checking a wide range of toolchains where some do not support newer options ## Problem description With new Cargo releases come new Cargo subcommands and options....

Excellent suggestion, thanks for opening an issue! I'll have a proper look at this soon.

I didn't have a proper look yet, but I saw that `eww` by default seems to rely on nightly releases which we don't support yet. Specifically, the rust-toolchain file in...