chore(deps): commit Cargo.lock + bump herolib to dev tip #33
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_embedder!33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_fix_logger_bump_herolib"
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
hero_aibroker has Cargo.lock gitignored, so consumer builds resolved
herolib_coreto a stale cached commit (9fe89eb6, pre-logger) and failed withcould not find logger in herolib_core. Committing the lockfile pins it at the current dev tip (b8b01eba), where the logger module exists, and prevents this from re-recurring.Related Issue
N/A — surfaced as a build failure during todays daily-sync.
Changes
Cargo.lockfrom.gitignoreb8b01ebaTest Results
cargo build --release passes clean.