Skip to content

v2.4.0

Compare
Choose a tag to compare
@BD103 BD103 released this 10 Sep 13:28
· 4 commits to main since this release
5d5d363

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

  • Add CI checks by @BD103 in #29
  • Allow specifying the manifest path (Cargo.toml) by @BD103 in #33

Full Changelog: v2.3.0...v2.4.0