1
0
mirror of https://github.com/actix/examples synced 2025-06-28 09:50:36 +02:00

Do not use master branch of actix-web

This commit is contained in:
Douman
2018-09-28 18:20:09 +03:00
parent 3c5d53416b
commit d8412fb9bb
2 changed files with 2 additions and 1 deletions

View File

@ -12,4 +12,4 @@ path = "src/main.rs"
env_logger = "0.5"
rustls = "0.13"
actix = "0.7"
actix-web = { git = "https://github.com/actix/actix-web.git", features=["rust-tls"] }
actix-web = { version = "0.7", features=["rust-tls"] }