1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-27 07:19:04 +02:00

prepare actix-web-codegen release 4.2.0

This commit is contained in:
Rob Ede
2023-02-26 03:42:27 +00:00
parent 115701eb86
commit 35006e9cae
6 changed files with 11 additions and 6 deletions

View File

@ -2,6 +2,10 @@
## Unreleased - 2022-xx-xx
- Add support for custom methods with the `#[route]` macro. [#2969]
[#2969]: https://github.com/actix/actix-web/pull/2969
## 4.3.0 - 2023-01-21
### Added
@ -472,7 +476,7 @@
- `cookie` upgrade addresses [`RUSTSEC-2020-0071`].
[#2555]: https://github.com/actix/actix-web/pull/2555
[`RUSTSEC-2020-0071`]: https://rustsec.org/advisories/RUSTSEC-2020-0071.html
[`rustsec-2020-0071`]: https://rustsec.org/advisories/RUSTSEC-2020-0071.html
## 4.0.0-beta.17 - 2021-12-29

View File

@ -70,7 +70,7 @@ actix-tls = { version = "3", default-features = false, optional = true }
actix-http = { version = "3.3", features = ["http2", "ws"] }
actix-router = "0.5"
actix-web-codegen = { version = "4.1", optional = true }
actix-web-codegen = { version = "4.2", optional = true }
ahash = "0.7"
bytes = "1"