ver 0.2.2
This commit is contained in:
parent
47fa7a990e
commit
91da62d719
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -96,7 +96,7 @@ checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ezhttp"
|
name = "ezhttp"
|
||||||
version = "0.2.1"
|
version = "0.2.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"base64",
|
"base64",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "ezhttp"
|
name = "ezhttp"
|
||||||
version = "0.2.1"
|
version = "0.2.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
repository = "https://git.meex.lol/MeexReay/ezhttp"
|
repository = "https://git.meex.lol/MeexReay/ezhttp"
|
||||||
|
@ -4,7 +4,7 @@ Simple async http library with client and server
|
|||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
ezhttp = "0.2.1" # stable
|
ezhttp = "0.2.2" # stable
|
||||||
ezhttp = { git = "https://git.meex.lol/MeexReay/ezhttp" } # unstable
|
ezhttp = { git = "https://git.meex.lol/MeexReay/ezhttp" } # unstable
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user