fix: repair --scan command (RPC schema mismatch) and refresh Cargo.lock to upstream main #99
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix_update_cargo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Two related changes that get a fresh checkout building and the
--scancommandworking again.
1.
chore(deps): refresh Cargo.lock to upstreammainRe-locks the workspace after the git dependencies in
Cargo.tomlwere pointedat upstream
mainbranches.hero_libcrates (herolib_core,herolib_derive,herolib_openrpc,herolib_oschema,hero_lifecycle) onto a singlemainrevision (
9657556a), removing the duplicatebranch=developmentlockentries that had drifted from
main.hero_db→3b35f530,hero_proc→1a1e8e0f,hero_website_framework→0bfbdcd1.hero_theme(mycelium dashboard template) entry.chrono0.4.44 → 0.4.45).Net
+55 / −173— most of the deletions are divergent duplicate lock entriesbeing removed, not dependency drops.
2.
fix:--scanfailed with "missing fieldcollection"Symptom