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.1.0

This commit is contained in:
Rob Ede
2022-09-11 16:42:28 +01:00
parent 037740bf62
commit b59a96d9d7
4 changed files with 7 additions and 4 deletions

View File

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