1
0
mirror of https://github.com/actix/examples synced 2025-02-22 09:13:17 +01:00

fix missing feature

This commit is contained in:
Nikolay Kim 2018-07-20 13:55:01 -07:00
parent 74d227ffb4
commit 3a3f08d533

View File

@ -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"] }