ver 0.2.2

This commit is contained in:
MeexReay 2025-01-25 17:33:44 +03:00
parent 47fa7a990e
commit 91da62d719
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -96,7 +96,7 @@ checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
[[package]]
name = "ezhttp"
version = "0.2.1"
version = "0.2.2"
dependencies = [
"async-trait",
"base64",

View File

@ -1,6 +1,6 @@
[package]
name = "ezhttp"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
repository = "https://git.meex.lol/MeexReay/ezhttp"

View File

@ -4,7 +4,7 @@ Simple async http library with client and server
## Setup
```toml
ezhttp = "0.2.1" # stable
ezhttp = "0.2.2" # stable
ezhttp = { git = "https://git.meex.lol/MeexReay/ezhttp" } # unstable
```