From 878abecd4c746a7cbe391f884c9efcbaf23d60bc Mon Sep 17 00:00:00 2001 From: asonix Date: Mon, 28 Nov 2022 18:34:59 -0600 Subject: [PATCH] Bump down version --- http/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/Cargo.toml b/http/Cargo.toml index 01cecb1..0de81fe 100644 --- a/http/Cargo.toml +++ b/http/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "http-signature-normalization-http" description = "An HTTP Signatures library that leaves the signing to you" -version = "0.5.0" +version = "0.4.0" authors = ["asonix "] license-file = "../LICENSE" readme = "../README.md"