ver 0.1.4

This commit is contained in:
MeexReay 2024-08-23 22:38:55 +03:00
parent 2c87b173e3
commit e2def1337d
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

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

View File

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