From 4c2bca6202af92b298e1852ddb45f2b0121a78f0 Mon Sep 17 00:00:00 2001 From: vicanso Date: Fri, 29 Mar 2024 20:51:26 +0800 Subject: [PATCH] chore: version 0.1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2ebf417..a4d6ea8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1550,7 +1550,7 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "pingap" -version = "0.1.1" +version = "0.1.2" dependencies = [ "async-trait", "base64 0.22.0", diff --git a/Cargo.toml b/Cargo.toml index 9732523..9f3b447 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pingap" -version = "0.1.1" +version = "0.1.2" authors = ["Tree Xie "] edition = "2021" categories = ["http-server"]