fix(cargo): drop /Volumes/T7 patches and dead herolib_web dep #153
No reviewers
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_blueprint!153
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/cargo-absolute-paths-dev"
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?
Same fix as #151 applied to
development. Workspace was pinning hero_lib crates via/Volumes/T7/hero/code/...which only resolves on one machine; switched to git URL. Also removed the deadherolib_webdep (crates/osis/Cargo.tomldeclared it but no source uses it, and it no longer ships inhero_lib).Changes
hero_lifecycle: absolute path → git URL[patch."hero_lib.git"]block (3 absolute paths)herolib_webworkspace dep and its declaration incrates/osis/Cargo.tomlTest Results
cargo check --workspaceno longer fails on path/dep resolution. It still hits the separatemod openrpc_client/proxyE0583 incrates/derive/src/lib.rs(tracked in issue #152) — that's a different upstream issue and out of scope here.