Downloads Rust version if specific point release already installed #134
Labels
A-version
Area: --rust-version, --version-range, --version-step
C-enhancement
Category: A new feature or an improvement for an existing one
help wanted
Call for participation: Help is requested to fix this issue
Hi, cargo-hack is awesome, thank you for making it!
I'm running my CI pipeline using the
rust:latest
image, which always has the most recent point release installed:However, when I run something like
cargo hack check 1.56..
, it ends up redownloading the 1.56 toolchain, even though the image already has it installed. My guess is that this is because the image has1.56.0
installed (with point release) while cargo-hack wants1.56
(no point release).Could cargo-hack somehow detect that the latest 1.56 release is 1.56.0 and re-use it if it's already installed?
The text was updated successfully, but these errors were encountered: