1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-02 13:29:24 +00:00

prepare actix-http release

This commit is contained in:
Nikolay Kim 2019-05-12 09:56:55 -07:00
parent 45c05978b0
commit 07b9707ca1
4 changed files with 10 additions and 6 deletions

View file

@ -82,7 +82,7 @@ bytes = "0.4"
derive_more = "0.14"
encoding = "0.2"
futures = "0.1"
hashbrown = "0.2.2"
hashbrown = "0.3.0"
log = "0.4"
mime = "0.3"
net2 = "0.2.33"

View file

@ -1,6 +1,6 @@
# Changes
## [0.2.0] - 2019-xx-xx
## [0.2.0] - 2019-05-xx
### Changed
@ -8,6 +8,10 @@
* Expect and upgrade services accept `ServerConfig` config.
### Deleted
* `OneRequest` service
## [0.1.5] - 2019-05-04

View file

@ -1,6 +1,6 @@
[package]
name = "actix-http"
version = "0.1.5"
version = "0.2.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix http primitives"
readme = "README.md"
@ -59,8 +59,8 @@ copyless = "0.1.2"
derive_more = "0.14"
either = "1.5.2"
encoding = "0.2"
futures = "0.1"
hashbrown = "0.2.2"
futures = "0.1.25"
hashbrown = "0.3.0"
h2 = "0.1.16"
http = "0.1.17"
httparse = "1.3"

View file

@ -29,7 +29,7 @@ actix-service = "0.4.0"
bytes = "0.4"
derive_more = "0.14"
futures = "0.1.25"
hashbrown = "0.2.2"
hashbrown = "0.3.0"
serde = "1.0"
serde_json = "1.0"
time = "0.1.42"