fix: use git dependencies for CI compatibility #19

Merged
mahmoud merged 1 commit from development into main 2026-04-07 14:05:53 +00:00
Owner

Fixes CI build failure caused by local path dependencies to ../hero_rpc/ which only exist on developer machines.

Switches hero_rpc_derive, hero_service, hero_rpc_openrpc to git dependencies.

Fixes CI build failure caused by local path dependencies to ../hero_rpc/ which only exist on developer machines. Switches hero_rpc_derive, hero_service, hero_rpc_openrpc to git dependencies.
fix: use git dependencies for hero_rpc crates instead of local paths
Some checks failed
Build & Test / check (push) Failing after 37s
Build & Test / check (pull_request) Failing after 47s
b7d9b2d582
Local path dependencies (../hero_rpc/) only work when hero_rpc is
cloned next to hero_router on a developer's machine. CI clones
hero_router alone, causing 'No such file or directory' build failures.

Switch hero_rpc_derive, hero_service, and hero_rpc_openrpc to git
dependencies matching the pattern already used by herolib_core and
hero_proc_sdk.
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_router!19
No description provided.