prepare awc 3.0.0-beta.1 release

This commit is contained in:
Rob Ede 2021-01-07 02:54:51 +00:00
parent 81e4d63953
commit 0c1393107b
No known key found for this signature in database
GPG Key ID: C2A3B36E841A91E6
4 changed files with 6 additions and 3 deletions

View File

@ -85,7 +85,7 @@ actix-tls = { version = "3.0.0-beta.2", default-features = false, optional = tru
actix-web-codegen = "0.4.0" actix-web-codegen = "0.4.0"
actix-http = "3.0.0-beta.1" actix-http = "3.0.0-beta.1"
awc = { version = "2.0.3", default-features = false } awc = { version = "3.0.0-beta.1", default-features = false }
ahash = "0.6" ahash = "0.6"
bytes = "1" bytes = "1"

View File

@ -35,7 +35,7 @@ actix-tls = "3.0.0-beta.2"
actix-utils = "3.0.0-beta.1" actix-utils = "3.0.0-beta.1"
actix-rt = "2.0.0-beta.1" actix-rt = "2.0.0-beta.1"
actix-server = "2.0.0-beta.2" actix-server = "2.0.0-beta.2"
awc = "2.0.0" awc = "3.0.0-beta.1"
base64 = "0.13" base64 = "0.13"
bytes = "1" bytes = "1"

View File

@ -1,6 +1,9 @@
# Changes # Changes
## Unreleased - 2021-xx-xx ## Unreleased - 2021-xx-xx
## 3.0.0-beta.1 - 2021-01-07
### Changed ### Changed
* Update `rand` to `0.8` * Update `rand` to `0.8`
* Update `bytes` to `1.0`. [#1813] * Update `bytes` to `1.0`. [#1813]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "awc" name = "awc"
version = "2.0.3" version = "3.0.0-beta.1"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"] authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Async HTTP and WebSocket client library built on the Actix ecosystem" description = "Async HTTP and WebSocket client library built on the Actix ecosystem"
readme = "README.md" readme = "README.md"