Martijn Gribnau
Martijn Gribnau
**NB: Draft because it requires a new release of https://github.com/oli-obk/cargo_metadata (which will include the new API's which can be used to check the presence of the the workspace_default_members field https://github.com/oli-obk/cargo_metadata/pull/282)**...
**Summary** The diff seems to contain unchanged lines, as both added and removed **Expected:** Diff to be empty, or only show what changed. **Actual:** Shows all lines in file as...
- Use only the already installed toolchains, preventing additional toolchains to be installed - is toolchain installed, incl. necessary extra like targets - if not available: skip - alternative: don't...
``` [package.metadata] msrv.policy = .... ``` - (unspecified, = whatever is defined) - last n (last n rust versions) - x time since (last version released before x time passed,...
### Discussed in https://github.com/foresterre/cargo-msrv/discussions/1156 Originally posted by **nyonson** April 1, 2025 I'd like to use the new V3 cargo dependency resolver in my library, however, this makes it difficult to...
 Currently, the result shows the newly found MSRV, but for comparison, it would be nice to also add the currently known "rust-version"
- Currently the search space is limited by the edition used - Can be expanded (but should be able to disable, as these may not be the minimum) by using...