goki-cli
goki-cli copied to clipboard
Bump Swatinem/rust-cache from 1 to 2
Bumps Swatinem/rust-cache from 1 to 2.
Release notes
Sourced from Swatinem/rust-cache's releases.
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.v1.4.0
- Clean both debug and release target directories.
v1.3.0
- Use Rust toolchain file as additional cache key.
- Allow for a configurable target-dir.
v1.2.0
- Cache
~/.cargo/bin.- Support for custom
$CARGO_HOME.- Add a
cache-hitoutput.- Add a new
sharedKeyoption that overrides the automatic job-name based key.v1.1.0
- Add a new
working-directoryinput.- Support caching git dependencies.
- Lots of other improvements.
v1.0.1
- Improved logging output.
- Make sure to consider
all-featuresdependencies when pruning.- Work around macOS cache corruption.
- Remove git-db cache for now.
Changelog
Sourced from Swatinem/rust-cache's changelog.
Changelog
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.1.4.0
- Clean both
debugandreleasetarget directories.1.3.0
- Use Rust toolchain file as additional cache key.
- Allow for a configurable target-dir.
1.2.0
- Cache
~/.cargo/bin.- Support for custom
$CARGO_HOME.- Add a
cache-hitoutput.- Add a new
sharedKeyoption that overrides the automatic job-name based key.1.1.0
- Add a new
working-directoryinput.- Support caching git dependencies.
- Lots of other improvements.
... (truncated)
Commits
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-cleanup19c4658update dependenciesb8e72aaAddedprefix-keycache-directoriesandcache-targetsoptions (#85)22c93282.0.1- 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)