From 6e0a6fa3a2a89a9ef429cddb5bd40df91344d616 Mon Sep 17 00:00:00 2001 From: asonix Date: Sat, 9 Sep 2023 18:06:10 -0400 Subject: [PATCH] Bump version --- actix/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix/Cargo.toml b/actix/Cargo.toml index 7049243..2a408ba 100644 --- a/actix/Cargo.toml +++ b/actix/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "http-signature-normalization-actix" description = "An HTTP Signatures library that leaves the signing to you" -version = "0.10.3" +version = "0.10.4" authors = ["asonix "] license = "AGPL-3.0" readme = "README.md"