From b8f9f9b3ca565145ff4516da4b6b819f463b208e Mon Sep 17 00:00:00 2001 From: MeexReay Date: Thu, 29 Aug 2024 02:16:45 +0300 Subject: [PATCH] ver 0.1.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dfce6bd..eb4fa98 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -82,7 +82,7 @@ checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" [[package]] name = "ezhttp" -version = "0.1.4" +version = "0.1.5" dependencies = [ "rusty_pool", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 4a7d1d9..ad43130 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ezhttp" -version = "0.1.4" +version = "0.1.5" edition = "2021" repository = "https://github.com/MeexReay/ezhttp"