Changed version

This commit is contained in:
Franklin 2022-08-23 09:45:07 -04:00
parent 5aeb81d7ee
commit 64747a8281
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.1.0"
version = "0.1.1"
dependencies = [
"actix-web",
"serde",

View File

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