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

Compare commits

..

3 Commits

Author SHA1 Message Date
Yuki Okushi
5bde4e2529 Merge pull request #1528 from JohnTitor/next-awc
awc: Bump up to 2.0.0-alpha.2
2020-05-21 17:25:37 +09:00
Yuki Okushi
9b72d33b79 Update awc to 2.0.0-alpha.2 2020-05-21 16:48:20 +09:00
Yuki Okushi
0f826fd11a awc: Bump up to 2.0.0-alpha.2 2020-05-21 16:47:16 +09:00
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"