1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-07-06 14:05:47 +00:00

Merge pull request #1528 from JohnTitor/next-awc

awc: Bump up to 2.0.0-alpha.2
This commit is contained in:
Yuki Okushi 2020-05-21 17:25:37 +09:00 committed by GitHub
commit 5bde4e2529
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -79,7 +79,7 @@ actix-tls = "2.0.0-alpha.1"
actix-web-codegen = "0.2.0"
actix-http = "2.0.0-alpha.4"
awc = { version = "2.0.0-alpha.1", default-features = false }
awc = { version = "2.0.0-alpha.2", default-features = false }
bytes = "0.5.3"
derive_more = "0.99.2"

View file

@ -1,6 +1,6 @@
# Changes
## [Unreleased]
## [2.0.0-alpha.2] - 2020-05-21
### Changed

View file

@ -1,6 +1,6 @@
[package]
name = "awc"
version = "2.0.0-alpha.1"
version = "2.0.0-alpha.2"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix http client."
readme = "README.md"

View file

@ -37,7 +37,7 @@ actix-utils = "1.0.3"
actix-rt = "1.0.0"
actix-server = "1.0.0"
actix-testing = "1.0.0"
awc = "2.0.0-alpha.1"
awc = "2.0.0-alpha.2"
base64 = "0.12"
bytes = "0.5.3"