mirror of
https://github.com/actix/actix-web.git
synced 2025-01-02 05:18:44 +00:00
disable websocket-chat example
This commit is contained in:
parent
5dd2e7523d
commit
826fc62299
2 changed files with 3 additions and 2 deletions
|
@ -60,7 +60,7 @@ script:
|
|||
cd examples/template_tera && cargo check && cd ../..
|
||||
cd examples/diesel && cargo check && cd ../..
|
||||
cd examples/tls && cargo check && cd ../..
|
||||
cd examples/websocket-chat && cargo check && cd ../..
|
||||
# cd examples/websocket-chat && cargo check && cd ../..
|
||||
cd examples/websocket && cargo check && cd ../..
|
||||
fi
|
||||
- |
|
||||
|
|
|
@ -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 = "../../" }
|
||||
|
|
Loading…
Reference in a new issue