mirror of
https://github.com/actix/examples
synced 2025-02-22 17:23:18 +01:00
fix missing feature
This commit is contained in:
parent
74d227ffb4
commit
3a3f08d533
@ -13,4 +13,4 @@ env_logger = "0.5"
|
||||
openssl = { version="0.10" }
|
||||
actix = "0.7"
|
||||
#actix-web = "^0.7"
|
||||
actix-web = { git = "https://github.com/actix/actix-web.git" }
|
||||
actix-web = { git = "https://github.com/actix/actix-web.git", features=["alpn"] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user