alpha.6 release

This commit is contained in:
Nikolay Kim 2019-04-14 08:09:32 -07:00
parent 6bc1a0c76b
commit d7040dc303
10 changed files with 26 additions and 20 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "actix-web"
version = "1.0.0-alpha.5"
version = "1.0.0-alpha.6"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix web is a simple, pragmatic and extremely fast web framework for Rust."
readme = "README.md"
@ -70,18 +70,18 @@ actix-service = "0.3.6"
actix-utils = "0.3.4"
actix-router = "0.1.2"
actix-rt = "0.2.2"
actix-web-codegen = "0.1.0-alpha.1"
actix-web-codegen = "0.1.0-alpha.6"
actix-http = { version = "0.1.0-alpha.5", features=["fail"] }
actix-server = "0.4.2"
actix-server-config = "0.1.0"
actix-threadpool = "0.1.0"
awc = { version = "0.1.0-alpha.5", optional = true }
awc = { version = "0.1.0-alpha.6", optional = true }
bytes = "0.4"
derive_more = "0.14"
encoding = "0.2"
futures = "0.1"
hashbrown = "0.1.8"
hashbrown = "0.2.1"
log = "0.4"
mime = "0.3"
net2 = "0.2.33"
@ -100,7 +100,7 @@ rustls = { version = "^0.15", optional = true }
[dev-dependencies]
actix-http = { version = "0.1.0-alpha.5", features=["ssl", "brotli", "flate2-zlib"] }
actix-http-test = { version = "0.1.0-alpha.3", features=["ssl"] }
actix-files = { version = "0.1.0-alpha.4" }
actix-files = { version = "0.1.0-alpha.6" }
rand = "0.6"
env_logger = "0.6"
serde_derive = "1.0"