rendezvous-server
rendezvous-server copied to clipboard
Bump Swatinem/rust-cache from 1.4.0 to 2.2.1
Bumps Swatinem/rust-cache from 1.4.0 to 2.2.1.
Release notes
Sourced from Swatinem/rust-cache's releases.
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.
v2.0.0
- The action code was refactored to allow for caching multiple workspaces and different
targetdirectory layouts.- The
working-directoryandtarget-dirinput options were replaced by a singleworkspacesoption that has the form of$workspace -> $target.- Support for considering
env-varsas part of the cache key.- The
sharedKeyinput option was renamed toshared-keyfor consistency.
Changelog
Sourced from Swatinem/rust-cache's changelog.
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.
2.0.0
- The action code was refactored to allow for caching multiple workspaces and different
targetdirectory layouts.- The
working-directoryandtarget-dirinput options were replaced by a singleworkspacesoption that has the form of$workspace -> $target.- Support for considering
env-varsas part of the cache key.- The
sharedKeyinput option was renamed toshared-keyfor consistency.
Commits
6fd3edf2.2.1a1c019fupdate dependencies and rebuild664ce00chore: Create check-dist.yml (#96)359a70e2.2.0ecee04efeat: add save-if option, closes #66 (#91)b894d592.1.0e78327dsmall code style improvements, README and CHANGELOG updatesccdddcconly hash Cargo.toml/Cargo.lock that belong to a configured workspace (#90)b5ec9ed2.0.23f2513favoid calling cargo metadata on pre-cleanup- Additional commits viewable in compare view
You can trigger a rebase of this PR 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)