mirror of
https://github.com/Swatinem/rust-cache.git
synced 2025-07-19 07:11:24 +03:00
Additionally key on Rust toolchain file(s) if present
This commit is contained in:

committed by
Arpad Borsos

parent
a9bca6b5a6
commit
da42bbe56d
@ -64,7 +64,8 @@ This cache is automatically keyed by:
|
||||
|
||||
- the github `job`,
|
||||
- the rustc release / host / hash, and
|
||||
- a hash of the `Cargo.lock` / `Cargo.toml` files.
|
||||
- a hash of the `Cargo.lock` / `Cargo.toml` files (if present).
|
||||
- a hash of the `rust-toolchain` / `rust-toolchain.toml` files (if present).
|
||||
|
||||
An additional input `key` can be provided if the builtin keys are not sufficient.
|
||||
|
||||
|
Reference in New Issue
Block a user