feat(mailer-bin): use mimalloc as the global allocator for mailer-bin

This commit is contained in:
2026-02-26 17:50:52 +00:00
parent fc88555790
commit 6ed3252485
6 changed files with 34 additions and 1 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2026-02-26 - 5.3.0 - feat(mailer-bin)
use mimalloc as the global allocator for mailer-bin
- Add mimalloc dependency to workspace Cargo.toml
- Enable workspace mimalloc in rust/crates/mailer-bin/Cargo.toml
- Register mimalloc as the #[global_allocator] in mailer-bin/src/main.rs
- Update Cargo.lock with new mimalloc and libmimalloc-sys entries
## 2026-02-26 - 5.2.6 - fix(postinstall)
remove legacy postinstall binary installer and packaging entry