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

use local actix-web for examples

This commit is contained in:
Nikolay Kim
2018-01-13 19:04:07 -08:00
parent 927a92fcac
commit e95c7dfc29
7 changed files with 7 additions and 7 deletions

View File

@ -7,5 +7,5 @@ workspace = "../.."
[dependencies]
env_logger = "0.4"
actix = "0.4"
actix-web = { git = "https://github.com/actix/actix-web" }
actix-web = { path = "../../" }
tera = "*"