fix(cargo): drop absolute /Volumes/T7 patches for hero_lib #151

Merged
zaelgohary merged 1 commit from fix/cargo-absolute-mac-paths-refactor into refactor/hero-lib-base 2026-06-01 10:32:26 +00:00
Member

The [patch."hero_lib.git"] block pins every herolib crate to /Volumes/T7/hero/code/hero_lib/..., a path that only exists on one developer machine. Anywhere else the workspace fails to resolve.

Changes

  • Removed [patch."hero_lib.git"] block with 6 absolute paths

Test Results

cargo check --workspace clean on refactor/hero-lib-base.

The [patch."hero_lib.git"] block pins every herolib crate to /Volumes/T7/hero/code/hero_lib/..., a path that only exists on one developer machine. Anywhere else the workspace fails to resolve. ## Changes - Removed [patch."hero_lib.git"] block with 6 absolute paths ## Test Results cargo check --workspace clean on refactor/hero-lib-base.
The [patch."hero_lib.git"] block pinned every herolib crate to
/Volumes/T7/hero/code/hero_lib/..., a path that only exists on one
developer's machine. Anywhere else the workspace fails to resolve.

The git deps in [workspace.dependencies] already point at the right
crates on hero_lib.git development, so removing the patch lets cargo
resolve them normally.
zaelgohary merged commit eb46cd6b6e into refactor/hero-lib-base 2026-06-01 10:32:26 +00:00
zaelgohary deleted branch fix/cargo-absolute-mac-paths-refactor 2026-06-01 10:32:27 +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!151
No description provided.