From 69e607bf7a2c99f08d2a536b123f291ca25899ae Mon Sep 17 00:00:00 2001 From: asonix Date: Mon, 28 Nov 2022 18:40:16 -0600 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 90cd49f..cc869dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "http-signature-normalization" description = "An HTTP Signatures library that leaves the signing to you" -version = "0.6.0" +version = "0.6.1" authors = ["asonix "] license-file = "LICENSE" readme = "README.md"