1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-25 18:09:22 +02:00

Update most examples to use actix from git (#68)

This commit is contained in:
Christopher Armstrong
2018-02-08 00:08:36 -06:00
committed by GitHub
parent d0cbf7cd25
commit bd03ba1192
7 changed files with 7 additions and 7 deletions

View File

@ -10,6 +10,6 @@ path = "src/main.rs"
[dependencies]
env_logger = "0.5"
actix = "^0.4.2"
actix = { git = "https://github.com/actix/actix.git" }
actix-web = { path = "../../", features=["alpn"] }
openssl = { version="0.10" }