Release Notes
Features
- Add support for Cargo crates with binaries within the
examples/
folder,
each containing their ownCargo.toml
file. 🎉- This calls
cargo run --manifest-path <file>
internally, passing--bin
in the case of multiple binary targets.
- This calls
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