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:
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user