v0.1.1 — Embed Templates Bugfix
rusters-cli v0.1.1
This release fixes the template resolution bug where running cargo ignite outside of the project source directory would cause an os error 2 (No such file or directory) error.
Fixes
- Embedded the
templates/projectdirectory into the CLI binary at compile-time usinginclude_dir. The CLI no longer depends on physical workspace templates paths at runtime. - Cleared unused variables compiler warnings.
Install
cargo install --git https://github.com/untrustnova/rusters-cli --tag v0.1.1