1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-23 16:21:06 +01:00

prepare actix-http-test release

This commit is contained in:
Nikolay Kim 2019-04-16 11:02:26 -07:00
parent e7ec77aa81
commit 4c0ebd55d3
3 changed files with 8 additions and 3 deletions

View File

@ -75,7 +75,7 @@ actix-http = { version = "0.1.0", features=["fail"] }
actix-server = "0.4.3"
actix-server-config = "0.1.1"
actix-threadpool = "0.1.0"
awc = { version = "0.1.0-alpha.6", optional = true }
awc = { version = "0.1.0", optional = true }
bytes = "0.4"
derive_more = "0.14"

View File

@ -1,5 +1,10 @@
# Changes
## [0.1.0] - 2019-04-16
* No changes
## [0.1.0-alpha.3] - 2019-04-02
* Request functions accept path #743

View File

@ -1,6 +1,6 @@
[package]
name = "actix-http-test"
version = "0.1.0-alpha.3"
version = "0.1.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix http test server"
readme = "README.md"
@ -35,7 +35,7 @@ actix-rt = "0.2.2"
actix-service = "0.3.6"
actix-server = "0.4.3"
actix-utils = "0.3.5"
awc = "0.1.0-alpha.5"
awc = "0.1.0"
base64 = "0.10"
bytes = "0.4"