rnix-parser
rnix-parser copied to clipboard
build(deps): bump Swatinem/rust-cache from 2.0.0 to 2.4.0
Bumps Swatinem/rust-cache from 2.0.0 to 2.4.0.
Release notes
Sourced from Swatinem/rust-cache's releases.
v2.4.0
- Fix cache key stability.
- Use 8 character hash components to reduce the key length, making it more readable.
v2.3.0
- Add
cache-all-cratesoption, which enables caching of crates installed by workflows.- Add installed packages to cache key, so changes to workflows that install rust tools are detected and cached properly.
- Fix cache restore failures due to upstream bug.
- Fix
EISDIRerror due to globed directories.- Update runtime
@actions/cache,@actions/ioand devtypescriptdependencies.- Update
npm run prepareso it creates distribution files with the right line endings.v2.2.1
- Update
@actions/cachedependency to fix usage ofzstdcompression.v2.2.0
- Add new
save-ifoption to always restore, but only conditionally save the cache.v2.1.0
- Only hash
Cargo.{lock,toml}files in the configured workspace directories.v2.0.2
- Avoid calling cargo metadata on pre-cleanup.
- Added
prefix-key,cache-directoriesandcache-targetsoptions.v2.0.1
- Primarily just updating dependencies to fix GitHub deprecation notices.
Changelog
Sourced from Swatinem/rust-cache's changelog.
2.4.0
- Fix cache key stability.
- Use 8 character hash components to reduce the key length, making it more readable.
2.3.0
- Add
cache-all-cratesoption, which enables caching of crates installed by workflows.- Add installed packages to cache key, so changes to workflows that install rust tools are detected and cached properly.
- Fix cache restore failures due to upstream bug.
- Fix
EISDIRerror due to globed directories.- Update runtime
@actions/cache,@actions/ioand devtypescriptdependencies.- Update
npm run prepareso it creates distribution files with the right line endings.2.2.1
- Update
@actions/cachedependency to fix usage ofzstdcompression.2.2.0
- Add new
save-ifoption to always restore, but only conditionally save the cache.2.1.0
- Only hash
Cargo.{lock,toml}files in the configured workspace directories.2.0.2
- Avoid calling
cargo metadataon pre-cleanup.- Added
prefix-key,cache-directoriesandcache-targetsoptions.2.0.1
- Primarily just updating dependencies to fix GitHub deprecation notices.
Commits
988c1642.4.0bb80d0fchore: use 8 character hash components (#143)ad97570fix: cache key stability (#142)060bda32.3.0865fd1f"update dependencies and changelog"7c7e41achore: changelog v2.3.0 (#139)68aeebachore: use linefix to ensure platform line endings (#135)def0926feat: add option to cache all crates (#137)827c240fix: cache key dependency on installed packages (#138)5e9fae9fix: cache restore failures (#136)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)