Skip to content

Releases: foresterre/cargo-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