mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-24 00:21:08 +01:00
disable websocket-chat example
This commit is contained in:
parent
5dd2e7523d
commit
826fc62299
@ -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 New Issue
Block a user