1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

use new actix context api

This commit is contained in:
Nikolay Kim
2018-07-04 17:04:23 +06:00
parent b6d26c9faf
commit 4c5a63965e
6 changed files with 119 additions and 151 deletions

View File

@ -104,8 +104,6 @@ tokio-tls = { version="0.1", optional = true }
openssl = { version="0.10", optional = true }
tokio-openssl = { version="0.2", optional = true }
backtrace="*"
[dev-dependencies]
env_logger = "0.5"
serde_derive = "1.0"