Skip to content

v0.1.1 — Embed Templates Bugfix

Choose a tag to compare

@AndraZero121 AndraZero121 released this 01 Jul 10:57

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/project directory into the CLI binary at compile-time using include_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