diff --git a/Cargo.lock b/Cargo.lock index 3d45941..57f7b20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2292,7 +2292,7 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "pingap" -version = "0.5.26" +version = "0.6.0" dependencies = [ "TinyUFO", "ahash 0.8.11", diff --git a/Cargo.toml b/Cargo.toml index b2886c2..a87cee9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pingap" -version = "0.5.26" +version = "0.6.0" authors = ["Tree Xie "] edition = "2021" categories = ["network-programming", "web-programming::http-server"]