fix(cargo): drop /Volumes/T7 patches and dead herolib_web dep #153

Merged
zaelgohary merged 1 commit from fix/cargo-absolute-paths-dev into development 2026-06-01 10:50:00 +00:00
Member

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 dead herolib_web dep (crates/osis/Cargo.toml declared it but no source uses it, and it no longer ships in hero_lib).

Changes

  • Workspace dep hero_lifecycle: absolute path → git URL
  • Removed [patch."hero_lib.git"] block (3 absolute paths)
  • Removed herolib_web workspace dep and its declaration in crates/osis/Cargo.toml

Test Results

cargo check --workspace no longer fails on path/dep resolution. It still hits the separate mod openrpc_client/proxy E0583 in crates/derive/src/lib.rs (tracked in issue #152) — that's a different upstream issue and out of scope here.

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 dead `herolib_web` dep (`crates/osis/Cargo.toml` declared it but no source uses it, and it no longer ships in `hero_lib`). ## Changes - Workspace dep `hero_lifecycle`: absolute path → git URL - Removed `[patch."hero_lib.git"]` block (3 absolute paths) - Removed `herolib_web` workspace dep and its declaration in `crates/osis/Cargo.toml` ## Test Results `cargo check --workspace` no longer fails on path/dep resolution. It still hits the separate `mod openrpc_client/proxy` E0583 in `crates/derive/src/lib.rs` (tracked in issue #152) — that's a different upstream issue and out of scope here.
fix(cargo): drop absolute /Volumes/T7 patches and dead herolib_web dep
Some checks failed
Test / test (pull_request) Failing after 27s
38d5023d5e
- Workspace dep hero_lifecycle: switch from /Volumes/T7/... to git URL
- Drop [patch."hero_lib.git"] block (3 absolute paths)
- Drop herolib_web (no source uses it; crate no longer ships in hero_lib)

Does not address the broken mod openrpc_client/proxy declarations in
crates/derive/src/lib.rs (tracked separately in issue #152).
zaelgohary merged commit 8429b07b18 into development 2026-06-01 10:50:00 +00:00
zaelgohary deleted branch fix/cargo-absolute-paths-dev 2026-06-01 10:50:01 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_blueprint!153
No description provided.