1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-13 02:39:32 +00:00

Update CHANGES.md

This commit is contained in:
LoveSy 2024-03-01 22:42:23 +08:00 committed by GitHub
parent 790ec1a763
commit 2b925001d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@
### Changed
- Add `unicode` feature to switch between `regex` and `regex-lite` as a trade-off between full unicode support and binary size.
- 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.
## 4.5.1