update README.md and doc tests

This commit is contained in:
gengteng
2023-10-09 14:57:58 +08:00
parent c421807bfc
commit cc4cd9f70c
9 changed files with 662 additions and 248 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "axum-valid"
version = "0.9.0"
version = "0.10.0"
description = "Provides validation extractors for your Axum application to validate data using validator, garde, or both."
authors = ["GengTeng <me@gteng.org>"]
license = "MIT"
@@ -21,7 +21,7 @@ categories = [
edition = "2021"
[package.metadata.docs.rs]
features = ["all_types"]
features = ["all_types", "garde"]
[dependencies]
axum = { version = "0.6.20", default-features = false }