Sourced from Swatinem/rust-cache's releases.
v2.8.0
What's Changed
- Add cache-workspace-crates feature by
@jbransenin Swatinem/rust-cache#246- Feat: support warpbuild cache provider by
@stegaBOBin Swatinem/rust-cache#247New Contributors
@jbransenmade their first contribution in Swatinem/rust-cache#246@stegaBOBmade their first contribution in Swatinem/rust-cache#247Full Changelog: https://github.com/Swatinem/rust-cache/compare/v2.7.8...v2.8.0
Sourced from Swatinem/rust-cache's changelog.
Changelog
2.8.0
- Add support for
warpbuildcache provider- Add new
cache-workspace-cratesfeature2.7.8
- Include CPU arch in the cache key
2.7.7
- Also cache
cargo installmetadata2.7.6
- Allow opting out of caching $CARGO_HOME/bin
- Add runner OS in cache key
- Adds an option to do lookup-only of the cache
2.7.5
- Support Cargo.lock format cargo-lock v4
- Only run macOsWorkaround() on macOS
2.7.3
- Work around upstream problem that causes cache saving to hang for minutes.
2.7.2
- Only key by
Cargo.tomlandCargo.lockfiles of workspace members.2.7.1
- Update toml parser to fix parsing errors.
2.7.0
- Properly cache
trybuildtests.2.6.2
- Fix
tomlparsing.2.6.1
- Fix hash contributions of
Cargo.lock/Cargo.tomlfiles.
... (truncated)