Skip to content

Commit

Permalink
prepare awc release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Aug 25, 2022
1 parent c9f9179 commit f220719
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions awc/CHANGES.md
@@ -1,6 +1,9 @@
# Changes

## Unreleased - 2022-xx-xx


## 3.0.1 - 2022-08-25
### Changed
- Minimum supported Rust version (MSRV) is now 1.57 due to transitive `time` dependency.

Expand Down
2 changes: 1 addition & 1 deletion awc/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "awc"
version = "3.0.0"
version = "3.0.1"
authors = [
"Nikolay Kim <fafhrd91@gmail.com>",
"fakeshadow <24548779@qq.com>",
Expand Down
4 changes: 2 additions & 2 deletions awc/README.md
Expand Up @@ -3,9 +3,9 @@
> Async HTTP and WebSocket client library.
[![crates.io](https://img.shields.io/crates/v/awc?label=latest)](https://crates.io/crates/awc)
[![Documentation](https://docs.rs/awc/badge.svg?version=3.0.0)](https://docs.rs/awc/3.0.0)
[![Documentation](https://docs.rs/awc/badge.svg?version=3.0.1)](https://docs.rs/awc/3.0.1)
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/awc)
[![Dependency Status](https://deps.rs/crate/awc/3.0.0/status.svg)](https://deps.rs/crate/awc/3.0.0)
[![Dependency Status](https://deps.rs/crate/awc/3.0.1/status.svg)](https://deps.rs/crate/awc/3.0.1)
[![Chat on Discord](https://img.shields.io/discord/771444961383153695?label=chat&logo=discord)](https://discord.gg/NWpN5mmg3x)

## Documentation & Resources
Expand Down

0 comments on commit f220719

Please sign in to comment.