update to 0.2.0

This commit is contained in:
gengteng
2023-06-06 11:42:17 +08:00
parent 9de1b42ce4
commit 486e3eb93e
2 changed files with 30 additions and 30 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "axum-valid"
version = "0.1.0"
version = "0.2.0"
description = "Validator for axum"
authors = ["GengTeng <me@gteng.org>"]
license = "MIT"
@@ -23,5 +23,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = "0.6.18"
validator = "0.16.0"
axum = "0.6"
validator = "0.16"