router-v0.5.3
actix/actix-webrouter-v0.5.3May 19, 2024by robjtede
AI Summary
This release adds the `unicode` feature for size optimization and updates the MSRV.
Key Highlights
- Added `unicode` crate feature (default on) to switch between `regex` and `regex-lite`.
- Minimum supported Rust version (MSRV) updated to 1.72.
New Features
- Added `unicode` crate feature.
Full Release Notes
- Add `unicode` crate feature (on-by-default) to switch between `regex` and `regex-lite` as a trade-off between full unicode support and binary size. - Minimum supported Rust version (MSRV) is now 1.72.