From 5919ac340cf3d26e106dbb8622ac624cbe348227 Mon Sep 17 00:00:00 2001 From: Franklin Date: Tue, 23 Aug 2022 09:57:48 -0400 Subject: [PATCH] Bumped up version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 00f7056..e86a0a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -183,7 +183,7 @@ dependencies = [ [[package]] name = "actix-web-utils" -version = "0.1.1" +version = "0.1.2" dependencies = [ "actix-web", "serde", diff --git a/Cargo.toml b/Cargo.toml index 4305f24..8b12d73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-web-utils" -version = "0.1.1" +version = "0.1.2" edition = "2021" authors = ["Franklin E. Blanco"] description = "Just some useful addons for actix web."