ver 0.1.5

This commit is contained in:
MeexReay 2024-08-29 02:16:45 +03:00
parent 40f5d90cb7
commit b8f9f9b3ca
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -82,7 +82,7 @@ checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
[[package]]
name = "ezhttp"
version = "0.1.4"
version = "0.1.5"
dependencies = [
"rusty_pool",
"serde_json",

View File

@ -1,6 +1,6 @@
[package]
name = "ezhttp"
version = "0.1.4"
version = "0.1.5"
edition = "2021"
repository = "https://github.com/MeexReay/ezhttp"