rename BinaryBody

This commit is contained in:
Nikolay Kim 2017-11-10 13:42:32 -08:00
parent f2520d2d79
commit c565965865
6 changed files with 103 additions and 104 deletions

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.1"
#actix = { git = "https://github.com/actix/actix.git" }
actix-web = { path = "../../" }