changed version

This commit is contained in:
Franklin 2022-08-31 12:12:39 -04:00
parent 403c7d68b3
commit 900257dbab
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -183,7 +183,7 @@ dependencies = [
[[package]]
name = "actix-web-utils"
version = "0.2.2"
version = "0.2.3"
dependencies = [
"actix-web",
"log",

View File

@ -1,6 +1,6 @@
[package]
name = "actix-web-utils"
version = "0.2.2"
version = "0.2.3"
edition = "2021"
authors = ["Franklin E. Blanco"]
description = "Just some useful addons for actix web."