1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

prepare awc release 2.0.1

This commit is contained in:
Rob Ede
2020-10-30 02:50:53 +00:00
parent 798d744eef
commit 156c97cef2
5 changed files with 44 additions and 28 deletions

View File

@ -1,8 +1,8 @@
[package]
name = "awc"
version = "2.0.0"
version = "2.0.1"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Async HTTP client library that uses the Actix runtime."
description = "Async HTTP and WebSocket client library built on the Actix ecosystem"
readme = "README.md"
keywords = ["actix", "http", "framework", "async", "web"]
homepage = "https://actix.rs"