From a3a6e962d1933fc9abf079ee24cde7873fe32565 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Mon, 8 May 2023 18:02:01 +0800 Subject: [PATCH] Bump to version 0.10.1 (#317) Signed-off-by: Xuanwo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a32387e2..74c53c89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ documentation = "https://docs.rs/reqsign" edition = "2021" license = "Apache-2.0" name = "reqsign" -version = "0.10.0" +version = "0.10.1" [package.metadata.docs.rs] all-features = true