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

use git master for examples

This commit is contained in:
Nikolay Kim
2017-11-28 10:27:58 -08:00
parent 88eb6bc6a2
commit ac3fe30d19
4 changed files with 4 additions and 6 deletions

View File

@ -9,6 +9,5 @@ path = "src/main.rs"
[dependencies]
env_logger = "0.4"
actix = "^0.3.1"
actix-web = { path = "../../", features=["alpn"] }
actix-web = { git = "https://github.com/actix/actix-web.git", features=["alpn"] }