1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 07:53:00 +01:00

update changes

This commit is contained in:
Nikolay Kim 2019-12-13 12:16:43 +06:00
parent d006a7b31f
commit 8881c13e60
3 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,11 @@
# Changes # Changes
## [2.0.0-alpha.5] - 2019-12-13
### Added
* Add test server, `test::start()` and `test::start_with()`
## [2.0.0-alpha.4] - 2019-12-08 ## [2.0.0-alpha.4] - 2019-12-08
### Deleted ### Deleted

View File

@ -71,11 +71,11 @@ actix-macros = "0.1.0"
actix-threadpool = "0.3.0" actix-threadpool = "0.3.0"
actix-tls = "1.0.0" actix-tls = "1.0.0"
actix-web-codegen = "0.2.0-alpha.2" actix-web-codegen = "0.2.0"
actix-http = "1.0.0" actix-http = "1.0.0"
awc = { version = "1.0.0", default-features = false } awc = { version = "1.0.0", default-features = false }
bytes = "0.5.2" bytes = "0.5.3"
derive_more = "0.99.2" derive_more = "0.99.2"
encoding_rs = "0.8" encoding_rs = "0.8"
futures = "0.3.1" futures = "0.3.1"

View File

@ -55,5 +55,5 @@ time = "0.1"
open-ssl = { version="0.10", package="openssl", optional = true } open-ssl = { version="0.10", package="openssl", optional = true }
[dev-dependencies] [dev-dependencies]
actix-web = "2.0.0-alpha.4" #actix-web = "2.0.0-alpha.4"
actix-http = "1.0.0" actix-http = "1.0.0"