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

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartmta',
version: '5.2.6',
version: '5.3.0',
description: 'A high-performance, enterprise-grade Mail Transfer Agent (MTA) built from scratch in TypeScript with Rust acceleration.'
}