Releases: foresterre/cargo-msrv
Releases · foresterre/cargo-msrv
cargo-msrv v0.5.0
0.5.0 - 2021-05-13
- Added new flag
--ignore-lockfile
which addresses an issue where newer lockfiles could not be parsed by older toolchains
cargo-msrv v0.4.0
0.4.0 - 2021-04-09
- Added option to only take the latest patch Release version into acount, and make it the default
- Added minimum and maximum release version options, which can be used to restrict the range of version to be checked
- Change default check command to
cargo check -all
(wascargo build --all
) - Add option to output a
rust-toolchain
file - Add option to use a binary search instead of a linear search to find the MSRV
cargo-msrv v0.3.1
release v0.3.1
cargo-msrv v0.3.0
cargo-msrv v0.2.1
- Fix bug where no output was shown to the user by default
- Increase own crate MSRV from 1.40.0 -> 1.42.0
cargo-msrv v0.2.0
- Replace reqwest http client with a smaller http client
- Inform a user about sub-tasks such as installing a toolchain or running a check
- Replace progress bar with logging based output
- Increase own crate MSRV from 1.34.0 -> 1.40.0
- Install rust targets with the
minimal
rustup profile
cargo-msrv v0.1.0
changes:
- Rust release channel manifest will now be refetched (expiry date of 1 day)
- Added support for custom
rustup run
commands; defaults tocargo build --all
- Added support for custom toolchain targets
- Added a spinner to show the process is ongoing