@zackees/soldr 0.7.9 → 0.7.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -74,7 +74,7 @@ That action:
|
|
|
74
74
|
- preinstalls the exact Rust toolchain from `rust-toolchain.toml` by default via `rustup`
|
|
75
75
|
- restores a cacheable runner-local root for Soldr, Cargo, and rustup state
|
|
76
76
|
- restores and saves the Soldr-owned zccache compilation artifact cache under `SOLDR_CACHE_DIR` by default; set `build-cache: false` to disable it
|
|
77
|
-
- restores and saves a
|
|
77
|
+
- restores and saves a zccache-owned Rust artifact plan cache by default for no-op CI fast paths; set `target-cache: false` to disable it or `target-cache-mode: full` to opt into explicit whole-target caching
|
|
78
78
|
- puts `soldr` on `PATH` for later steps
|
|
79
79
|
|
|
80
80
|
For existing workflows where rewriting every `cargo ...` command is high-friction, opt into Cargo PATH shims:
|