Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Mar 21:37

Release Notes

Features

  • Add support for Cargo crates with binaries within the examples/ folder,
    each containing their own Cargo.toml file. 🎉
    • This calls cargo run --manifest-path <file> internally, passing --bin in the case of multiple binary targets.

What's Changed

  • v0.2.0: minor release by @rnag in #15
  • v0.3.0: Support for nested crates with binary targets by @rnag in #20

Full Changelog: v0.2.0...v0.3.0