You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
riscv-virt-rt 0.2.0 — the version that ships the project template
0.2.0 adds templates/blinky, so `mcpp new <name> --template riscv-virt-rt`
produces a firmware project that builds, boots and tests unmodified. The
template ships with the package rather than with mcpp, whose builtin registry
is frozen at `bin`; `mcpp new` writes the dependency line at the version it
resolved, so the two cannot drift.
0.1.0 stays listed: a version that has been published is a version someone may
have pinned.
0 commit comments