From 5b0a3268fa1ae876482d06f6aa260c86b098545d Mon Sep 17 00:00:00 2001 From: Franklin Date: Wed, 31 Aug 2022 14:37:13 -0400 Subject: [PATCH] Bumped up version (I always forger) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f59a54e..1486f6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -183,7 +183,7 @@ dependencies = [ [[package]] name = "actix-web-utils" -version = "0.2.10" +version = "0.2.11" dependencies = [ "actix-web", "log", diff --git a/Cargo.toml b/Cargo.toml index 83c0557..6dc1315 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-web-utils" -version = "0.2.10" +version = "0.2.11" edition = "2021" authors = ["Franklin E. Blanco"] description = "Just some useful addons for actix web."