1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

prepare alpha.3 release

This commit is contained in:
Nikolay Kim
2019-12-07 13:00:03 +06:00
parent ed2f3fe80d
commit 1729a52f8b
15 changed files with 58 additions and 37 deletions

View File

@ -1,6 +1,13 @@
# Changes
## [0.2.5] - 2019-0917
## [1.0.0-alpha.3] - 2019-12-07
### Changed
* Migrate to `std::future`
## [0.2.5] - 2019-09-17
### Changed

View File

@ -1,6 +1,6 @@
[package]
name = "actix-http-test"
version = "0.3.0-alpha.3"
version = "1.0.0-alpha.3"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix http test server"
readme = "README.md"
@ -37,7 +37,7 @@ actix-utils = "1.0.0-alpha.3"
actix-rt = "1.0.0-alpha.3"
actix-server = "1.0.0-alpha.3"
actix-testing = "1.0.0-alpha.3"
awc = "0.3.0-alpha.3"
awc = "1.0.0-alpha.3"
base64 = "0.11"
bytes = "0.5.2"
@ -56,4 +56,4 @@ open-ssl = { version="0.10", package="openssl", optional = true }
[dev-dependencies]
actix-web = "2.0.0-alpha.3"
actix-http = "0.3.0-alpha.3"
actix-http = "1.0.0-alpha.3"