From 8a84366c15cffec04a2a65219c762a7046637070 Mon Sep 17 00:00:00 2001 From: gengteng Date: Thu, 30 Nov 2023 15:53:28 +0800 Subject: [PATCH] feat: add support extractors from axum-serde --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 06d70d5..dac3911 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "axum-valid" -version = "0.12.0-alpha" +version = "0.12.0" description = "Provides validation extractors for your Axum application, allowing you to validate data using validator, garde, validify or all of them." authors = ["GengTeng "] license = "MIT"