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

chore(actix-web-codegen): prepare release 4.3.0

This commit is contained in:
Rob Ede
2024-06-09 00:19:09 +01:00
parent d6f885127d
commit b4faf8820c
4 changed files with 6 additions and 4 deletions

View File

@ -113,7 +113,7 @@ actix-tls = { version = "3.4", default-features = false, optional = true }
actix-http = { version = "3.7", features = ["ws"] }
actix-router = { version = "0.5.3", default-features = false, features = ["http"] }
actix-web-codegen = { version = "4.2", optional = true, default-features = false }
actix-web-codegen = { version = "4.3", optional = true, default-features = false }
ahash = "0.8"
bytes = "1"