Skip to content

v0.1.2 — Scaffolding fixes

Choose a tag to compare

@AndraZero121 AndraZero121 released this 01 Jul 11:06

rusters-cli v0.1.2

This release resolves three scaffolding and run-time issues:

Fixes

  • crates.io index error: Changed project template Cargo.toml dependency configuration to pull rusters-core from GitHub instead of crates.io (rusters-core is not yet published to crates.io).
  • missing migrations directory: Added automatic folder creation in cargo-push to prevent migration resolution failures when the folder doesn't exist.
  • missing frontend vite: Enhanced cargo-boot to automatically execute bun install inside the frontend folder if node_modules is missing.

Install

cargo install --git https://github.com/untrustnova/rusters-cli --tag v0.1.2