v2.4.0
This is a small release that lets users specify the path to Cargo.toml
, in case it is not in the root working directory. You do can this with the manifest-path
input:
- uses: Leafwing-Studios/cargo-cache@v2.4.0
with:
manifest-path: path/to/Cargo.toml
# You likely also want to specify the path to the `target` folder.
cargo-target-dir: path/to/target
What's Changed
Full Changelog: v2.3.0...v2.4.0