From b53c88fc2e423ed927a408201f43d9d51f7e3056 Mon Sep 17 00:00:00 2001 From: asonix Date: Tue, 13 Dec 2022 23:40:16 -0600 Subject: [PATCH] actix: bump version --- actix/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix/Cargo.toml b/actix/Cargo.toml index 0392c99..db75d12 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.7.1" +version = "0.7.2" authors = ["asonix "] license = "AGPL-3.0" readme = "README.md"