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

refactor Payload stream

This commit is contained in:
Nikolay Kim
2017-10-26 23:14:33 -07:00
parent 488fb256b4
commit fb0270e27d
9 changed files with 56 additions and 48 deletions

View File

@ -9,6 +9,6 @@ path = "src/main.rs"
[dependencies]
env_logger = "*"
actix = "0.3"
#actix = { git = "https://github.com/actix/actix.git" }
#actix = "0.3"
actix = { git = "https://github.com/actix/actix.git" }
actix-web = { path = "../../" }

View File

@ -24,6 +24,6 @@ serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
actix = "0.3"
#actix = { git = "https://github.com/actix/actix.git" }
#actix = "0.3"
actix = { git = "https://github.com/actix/actix.git" }
actix-web = { path = "../../" }