chore(workspace): bump to 0.6.0 to cohere with hero_proc / hero_rpc / hero_lib #49
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_proxy!49
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_workspace_06_lift"
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?
Summary
Bumps the hero_proxy workspace from 0.5.0 to 0.6.0 to cohere with the rest of the Hero stack on
development(hero_proc, hero_rpc, hero_lib already at 0.6.0).Why
hero_proxy_sdk'sCargo.tomldeclareshero_rpc_derive = "^0.5.0"againstbranch = "development". Cargo resolves that branch source freshly to the current HEAD, finds 0.6.0, and refuses to satisfy^0.5.0. The error fires on anycargo update -p hero_proc_sdkbecause hero_proc's previously locked SHA was force-pushed and partially GC'd, forcing cargo into a re-resolution.What changes
[workspace.package] version: 0.5.0 to 0.6.0Cargo.lockregenerated (+282 / -123 lines, mostly transitive rustls-platform-verifier + reqwest 0.13 additions pulled by the upstream rustls swap)version.workspace = truecascades to all sub-crates.Verification
cargo build --releaseclean across the full workspace against 0.6.0 upstream — no API breakage.test_proxy_routing_*,test_full_lifecycle) reproduce identically ondevelopmentpre-bump — unrelatedaxum::ConnectInfo<SocketAddr>extension wiring issue, out of scope for this PR.Closes
Closes #48
Superseded by upstream commit
f9a252d2ondevelopment(2026-05-09T02:02:47, "fix: bump hero_proxy to v0.6.0, align hero_rpc/hero_proc/herolib_core deps to 0.6.0"), which lands the identical six-line Cargo.toml bump this PR proposed.Cargo.tomlcontent is byte-identical between this branch anddevelopment; the only divergence is a regenerableCargo.lock. Closing — no diff left to take.Closes #48
Pull request closed