Large object allocator for Rust
## 🤖 New release * `lgalloc`: 0.4.0 -> 0.5.0 (⚠ API breaking changes) ### ⚠ `lgalloc` breaking changes ```text --- failure constructible_struct_adds_field: externally-constructible struct adds field --- Description: A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field. ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.39.0/src/lints/constructible_struct_adds_field.ron Failed in: field LgAlloc.file_growth_dampener in /tmp/.tmpy3quxs/rust-lgalloc/src/lib.rs:824 field LgAlloc.local_buffer_bytes in /tmp/.tmpy3quxs/rust-lgalloc/src/lib.rs:826 ``` <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.5.0](https://github.com/antiguru/rust-lgalloc/compare/v0.4.0...v0.5.0) - 2025-02-27 ### Other - Configurable local buffer size ([#60](https://github.com/antiguru/rust-lgalloc/pull/60)) - Assign thread name to background worker ([#58](https://github.com/antiguru/rust-lgalloc/pull/58)) - File growth dampener ([#57](https://github.com/antiguru/rust-lgalloc/pull/57)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by github-actions[bot] and has received 0 comments.