mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-28 01:52:57 +01:00
use actix-net release
This commit is contained in:
parent
fd5da5945e
commit
cb78d9d41a
@ -1,6 +1,6 @@
|
|||||||
environment:
|
environment:
|
||||||
global:
|
global:
|
||||||
PROJECT_NAME: actix
|
PROJECT_NAME: actix-http
|
||||||
matrix:
|
matrix:
|
||||||
# Stable channel
|
# Stable channel
|
||||||
- TARGET: i686-pc-windows-msvc
|
- TARGET: i686-pc-windows-msvc
|
||||||
|
@ -36,13 +36,14 @@ cell = ["actix-net/cell"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix = "0.7.0"
|
actix = "0.7.0"
|
||||||
actix-net = { git="https://github.com/actix/actix-net.git" }
|
actix-net = "0.1.0"
|
||||||
#actix-net = { path = "../actix-net" }
|
#actix-net = { git="https://github.com/actix/actix-net.git" }
|
||||||
|
|
||||||
base64 = "0.9"
|
base64 = "0.9"
|
||||||
bitflags = "1.0"
|
bitflags = "1.0"
|
||||||
http = "^0.1.8"
|
http = "^0.1.8"
|
||||||
httparse = "1.3"
|
httparse = "1.3"
|
||||||
|
failure = "^0.1.2"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
mime = "0.3"
|
mime = "0.3"
|
||||||
rand = "0.5"
|
rand = "0.5"
|
||||||
@ -55,8 +56,6 @@ lazy_static = "1.0"
|
|||||||
serde_urlencoded = "^0.5.3"
|
serde_urlencoded = "^0.5.3"
|
||||||
cookie = { version="0.11", features=["percent-encode"] }
|
cookie = { version="0.11", features=["percent-encode"] }
|
||||||
|
|
||||||
failure = "^0.1.2"
|
|
||||||
|
|
||||||
# io
|
# io
|
||||||
net2 = "0.2"
|
net2 = "0.2"
|
||||||
bytes = "0.4"
|
bytes = "0.4"
|
||||||
|
Loading…
Reference in New Issue
Block a user