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

test-server release

This commit is contained in:
Nikolay Kim 2019-06-05 08:27:25 +06:00
parent a342b1289d
commit ae64475d98
3 changed files with 12 additions and 8 deletions

View File

@ -1,6 +1,6 @@
# Changes # Changes
## [1.0.0] - 2019-06-xx ## [1.0.0] - 2019-06-05
### Add ### Add

View File

@ -1,5 +1,9 @@
# Changes # Changes
## [0.2.1] - 2019-06-05
* Add license files
## [0.2.0] - 2019-05-12 ## [0.2.0] - 2019-05-12
* Update awc and actix-http deps * Update awc and actix-http deps

View File

@ -1,6 +1,6 @@
[package] [package]
name = "actix-http-test" name = "actix-http-test"
version = "0.2.0" version = "0.2.1"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"] authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix http test server" description = "Actix http test server"
readme = "README.md" readme = "README.md"
@ -32,10 +32,10 @@ ssl = ["openssl", "actix-server/ssl", "awc/ssl"]
[dependencies] [dependencies]
actix-codec = "0.1.2" actix-codec = "0.1.2"
actix-rt = "0.2.2" actix-rt = "0.2.2"
actix-service = "0.4.0" actix-service = "0.4.1"
actix-server = "0.5.0" actix-server = "0.5.1"
actix-utils = "0.4.0" actix-utils = "0.4.1"
awc = "0.2.0" awc = "0.2.1"
base64 = "0.10" base64 = "0.10"
bytes = "0.4" bytes = "0.4"
@ -55,5 +55,5 @@ tokio-timer = "0.2"
openssl = { version="0.10", optional = true } openssl = { version="0.10", optional = true }
[dev-dependencies] [dev-dependencies]
actix-web = "1.0.0-beta.4" actix-web = "1.0.0-rc"
actix-http = "0.2.0" actix-http = "0.2.3"