Sourced from regex's changelog.
1.11.3 (2025-09-25)
This is a small patch release with an improvement in memory usage in some cases.
Improvements:
- [BUG #1297](rust-lang/regex#1297): Improve memory usage by trimming excess memory capacity in some spots.
ef1c2c3
1.11.3ad5cd6c
deps: bump regex-automataee69d9e
changelog: 1.11.3159fa3e
regex-automata-0.4.1102a62ba
automata: call Vec::shrink_to_fit
in a few strategic
placesa76e0a0
cargo: exclude tests/fuzz
from the package19172cc
style: inline formatting arguments2695e29
ci: fix cross testing