From e2def1337d6c9c4572cd5576a348676a081b0bb2 Mon Sep 17 00:00:00 2001 From: MeexReay Date: Fri, 23 Aug 2024 22:38:55 +0300 Subject: [PATCH] ver 0.1.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cc67412..0f04e3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -82,7 +82,7 @@ checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" [[package]] name = "ezhttp" -version = "0.1.3" +version = "0.1.4" dependencies = [ "rusty_pool", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index c861b6d..cf2186c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ezhttp" -version = "0.1.3" +version = "0.1.4" edition = "2021" repository = "https://github.com/MeexReay/ezhttp"