From ba76a8f1999c5f29f0245049fd7fa33e929e8c53 Mon Sep 17 00:00:00 2001 From: ranger-ross Date: Thu, 26 Dec 2024 12:28:26 +0900 Subject: [PATCH] Updated to 0.7.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1441e9b..c4e12a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "actix-web-validation" description = "A common validation interface for actix-web applications" -version = "0.6.0" +version = "0.7.0" edition = "2021" authors = ["Ross Sullivan "] repository = "https://github.com/ranger-ross/actix-web-validation"