Skip to content

Releases: foresterre/cargo-msrv

cargo-msrv v0.5.0

13 May 07:52
Compare
Choose a tag to compare

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

09 Apr 03:58
Compare
Choose a tag to compare

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 (was cargo 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

09 Mar 15:20
Compare
Choose a tag to compare
release v0.3.1

cargo-msrv v0.3.0

09 Mar 15:14
Compare
Choose a tag to compare

0.3.0

  • Replace guessing Rust release version numbers with fetching an actual index
  • Make the terminal UI friendlier by replacing the log and wall of text with a progress bar and updating state:

s

cargo-msrv v0.2.1

13 Jan 05:31
Compare
Choose a tag to compare
  • 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

11 Jan 15:08
Compare
Choose a tag to compare
cargo-msrv v0.2.0 Pre-release
Pre-release
  • 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

10 Oct 03:47
3b7324f
Compare
Choose a tag to compare
cargo-msrv v0.1.0 Pre-release
Pre-release

changes:

  • Rust release channel manifest will now be refetched (expiry date of 1 day)
  • Added support for custom rustup run commands; defaults to cargo build --all
  • Added support for custom toolchain targets
  • Added a spinner to show the process is ongoing