chore(deps): commit Cargo.lock + bump herolib to dev tip #33

Merged
zaelgohary merged 1 commit from development_fix_logger_bump_herolib into development 2026-05-03 13:06:23 +00:00
Member

Summary

hero_aibroker has Cargo.lock gitignored, so consumer builds resolved herolib_core to a stale cached commit (9fe89eb6, pre-logger) and failed with could 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.

N/A — surfaced as a build failure during todays daily-sync.

Changes

  • removed Cargo.lock from .gitignore
  • committed Cargo.lock pinning herolib_core/herolib_derive at b8b01eba

Test Results

cargo build --release passes clean.

## Summary hero_aibroker has Cargo.lock gitignored, so consumer builds resolved `herolib_core` to a stale cached commit (`9fe89eb6`, pre-logger) and failed with `could 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 - removed `Cargo.lock` from `.gitignore` - committed Cargo.lock pinning herolib_core/herolib_derive at `b8b01eba` ## Test Results cargo build --release passes clean.
chore(deps): commit Cargo.lock and bump herolib to dev tip with logger
Some checks failed
Test / test (pull_request) Has been cancelled
376d4d04d1
zaelgohary merged commit 8e9e5418f8 into development 2026-05-03 13:06:23 +00:00
zaelgohary deleted branch development_fix_logger_bump_herolib 2026-05-03 13:06:23 +00:00
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_embedder!33
No description provided.