Leafwing-Studios / cargo-cache

Cache your Cargo build files
Apache License 2.0
13 stars 2 forks source link

Include Rust version in cache key #12

Closed TimJentzsch closed 1 year ago

TimJentzsch commented 1 year ago

If the cache uses a different Rust version than the project, this can cause issues with tooling and compiler incompatibilities.

The Rust version should be determined and included in the cache key to avoid these problems.