1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

chore(actix-router): prepare release 0.5.3

This commit is contained in:
Rob Ede
2024-05-19 12:09:46 +01:00
parent 804a344565
commit b342b8fc82
4 changed files with 6 additions and 4 deletions

View File

@ -2,6 +2,8 @@
## Unreleased
## 0.5.3
- 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.