Releases: xangelix/include_packed
Releases · xangelix/include_packed
v0.1.6
This release resolves a critical linking issue for downstream binaries, updates internal build dependencies, and introduces repository-wide formatting rules.
Added
- Tooling: Added an
.editorconfigto the repository root to standardize whitespace and file formatting rules across different IDEs and contributors.
Fixed
- Downstream Linking: Replaced the raw
rustc-link-argdirective with thecccrate to bundle generated object files into static library archives (.a/.lib). This resolvesundefined symbolerrors by ensuring Cargo correctly propagates the packed data transitively to downstream binaries.
Changed
- Dependencies: Upgraded the
objectcrate build dependency tov0.38.