Workspace pins hero_rpc/herolib_core/hero_proc_sdk at 0.5.0 #40

Closed
opened 2026-05-12 15:13:51 +00:00 by zaelgohary · 1 comment
Member

Workspace Cargo.toml pinned hero_rpc_derive, hero_rpc_openrpc, herolib_core, and hero_proc_sdk at version = "0.5.0", but upstream repos have bumped to 0.6.0. cargo resolves the git branch source as 0.6.0 and fails:

error: failed to select a version for the requirement `hero_rpc_derive = "^0.5.0"`
candidate versions found which didn't match: 0.6.0

Blocks hero_embedder rebuilds and cascades into hero_agent (which depends on hero_embedder_sdk) — see lhumina_code/hero_agent#23.

Fix: bumped the four pins to 0.6.0.

Workspace `Cargo.toml` pinned `hero_rpc_derive`, `hero_rpc_openrpc`, `herolib_core`, and `hero_proc_sdk` at `version = "0.5.0"`, but upstream repos have bumped to 0.6.0. cargo resolves the git branch source as 0.6.0 and fails: ``` error: failed to select a version for the requirement `hero_rpc_derive = "^0.5.0"` candidate versions found which didn't match: 0.6.0 ``` Blocks hero_embedder rebuilds and cascades into hero_agent (which depends on hero_embedder_sdk) — see lhumina_code/hero_agent#23. Fix: bumped the four pins to `0.6.0`.
Author
Member

Fixed in cb23967.

Fixed in cb23967.
Sign in to join this conversation.
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_embedder#40
No description provided.