1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-11 17:59:35 +00:00

prepare actix-http-test release

This commit is contained in:
Nikolay Kim 2019-04-24 07:31:33 -07:00
parent 898ef57080
commit 42644dac3f
3 changed files with 10 additions and 5 deletions

View file

@ -99,7 +99,7 @@ rustls = { version = "^0.15", optional = true }
[dev-dependencies]
actix-http = { version = "0.1.2", features=["ssl", "brotli", "flate2-zlib"] }
actix-http-test = { version = "0.1.0", features=["ssl"] }
actix-http-test = { version = "0.1.1", features=["ssl"] }
actix-files = { version = "0.1.0-beta.1" }
rand = "0.6"
env_logger = "0.6"

View file

@ -1,5 +1,10 @@
# Changes
## [0.1.1] - 2019-04-24
* Always make new connection for http client
## [0.1.0] - 2019-04-16
* No changes

View file

@ -1,6 +1,6 @@
[package]
name = "actix-http-test"
version = "0.1.0"
version = "0.1.1"
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"
awc = "0.1.1"
base64 = "0.10"
bytes = "0.4"
@ -55,5 +55,5 @@ tokio-timer = "0.2"
openssl = { version="0.10", optional = true }
[dev-dependencies]
actix-web = "1.0.0-alpha.5"
actix-http = "0.1.0"
actix-web = "1.0.0-beta.1"
actix-http = "0.1.2"