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

disable websocket-chat example

This commit is contained in:
Nikolay Kim
2018-01-27 22:44:50 -08:00
parent 5dd2e7523d
commit 826fc62299
2 changed files with 3 additions and 2 deletions

View File

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