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

prepare actix-http release 3.3.1

This commit is contained in:
Rob Ede
2023-03-02 17:09:26 +00:00
parent 20c7c07dc0
commit e0939a01fc
3 changed files with 5 additions and 3 deletions

View File

@ -2,6 +2,8 @@
## Unreleased - 2023-xx-xx
## 3.3.1 - 2023-03-02
### Fixed
- Use correct `http` version requirement to ensure support for const `HeaderName` definitions.