From 154dc6df1e1201438888503964ccbe3b2a0acea9 Mon Sep 17 00:00:00 2001 From: gengteng Date: Sat, 5 Aug 2023 13:32:32 +0800 Subject: [PATCH] Bump version to 0.5.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b1925e1..6e83f65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "axum-valid" -version = "0.5.0" +version = "0.5.1" description = "Validation tools for axum using the validator library." authors = ["GengTeng "] license = "MIT"