From 9336fa2ad96bc5d3cca150f8c8d4b0d3e15f9060 Mon Sep 17 00:00:00 2001 From: gengteng Date: Tue, 1 Aug 2023 13:09:24 +0800 Subject: [PATCH] fix README.md --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 72a9b52..d7f9b78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "axum-valid" -version = "0.4.0" +version = "0.4.1" description = "Validation tools for axum using the validator library." authors = ["GengTeng "] license = "MIT"