1
0
mirror of https://github.com/actix/actix-website synced 2025-06-27 07:29:02 +02:00

begin update of docs to actix-web 1.0

This commit is contained in:
Cameron Dershem
2019-06-12 04:51:45 -04:00
parent ad45f9e95a
commit 8aa39e1afb
9 changed files with 43 additions and 24 deletions

View File

@ -5,6 +5,6 @@ workspace = "../"
[dependencies]
actix = "0.7"
actix-web = { version="0.7", features=["alpn"] }
actix-web = "1.0"
futures = "0.1"
openssl = "0.10"