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

feat: forwards-compatibility for handler visibility inheritance fix (#3391)

This commit is contained in:
Rob Ede
2024-06-09 00:10:15 +01:00
committed by GitHub
parent 7c4c26d2df
commit ebc43dcf1b
7 changed files with 39 additions and 7 deletions

View File

@ -64,7 +64,7 @@ compress-gzip = ["actix-http/compress-gzip", "__compress"]
compress-zstd = ["actix-http/compress-zstd", "__compress"]
# Cookie parsing and cookie jar
cookies = ["cookie"]
cookies = ["dep:cookie"]
# Use `trust-dns-resolver` crate as DNS resolver
trust-dns = ["trust-dns-resolver"]