From 55287d9e5fbe68053fc8100ebaf29c855925b8d1 Mon Sep 17 00:00:00 2001 From: vicanso Date: Sat, 20 Jul 2024 08:51:20 +0800 Subject: [PATCH] chore: version 0.6.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 58a8c7d..d271112 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2292,7 +2292,7 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "pingap" -version = "0.6.0" +version = "0.6.1" dependencies = [ "TinyUFO", "ahash 0.8.11", diff --git a/Cargo.toml b/Cargo.toml index 4727518..c17af8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pingap" -version = "0.6.0" +version = "0.6.1" authors = ["Tree Xie "] edition = "2021" categories = ["network-programming", "web-programming::http-server"]