Refresh hero_proc_sdk pin in Cargo.lock for JobCreateInput.inputs #35
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_rpc!35
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_refresh_hero_proc_sdk_lock"
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
Refreshes the stale
hero_proc_sdkpin inCargo.lockso the workspace builds against the currenthero_procdevelopmentHEAD (which contains theJobCreateInput.inputsfield). Also fixes a one-line pre-existing test compile error that was masked behind the priormake checkfailure.Related Issue
Closes #34
Changes
Cargo.lock:cargo update -p hero_proc_sdkre-resolves to currenthero_procdevelopmentHEAD9b134018. Cargo also re-resolveshero_rpc_deriveandhero_rpc_openrpcto currenthero_rpcdevelopmentHEAD38a09290(both are git deps reachable throughhero_proc_sdkand branch-tracking, so this is the desired refresh). No manifest edits, norev =introduced.crates/osis/src/rpc/request_context.rs: adds the missinghero_context_name: Nonefield to theRequestContextliteral in thetest_serde_roundtriptest. The struct field was added in commit7d14133but the test was never updated; the compile error was masked behind themake checkfailure addressed by this PR.Test Results
make checkpasses — the originalerror[E0560]: struct JobCreateInput has no field named inputsatcrates/service/src/lifecycle.rs:290is gone.make testpasses — 274 tests passed, 0 failed, 1 ignored across all workspace crates.chore(deps): refresh hero_proc_sdk pin in Cargo.lock for JobCreateInput.inputsto Refresh hero_proc_sdk pin in Cargo.lock for JobCreateInput.inputs