Skip to content

Commit

Permalink
chore: bump version to 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gengteng committed Feb 28, 2024
1 parent 4084c45 commit dd97317
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "axum-valid"
version = "0.15.0"
version = "0.15.1"
description = "Provides validation extractors for your Axum application, allowing you to validate data using validator, garde, validify or all of them."
authors = ["GengTeng <me@gteng.org>"]
license = "MIT"
Expand All @@ -27,8 +27,8 @@ features = ["full", "aide"]
[dependencies]
axum = { version = "0.7.3", default-features = false }
garde = { version = "0.18.0", optional = true }
validator = { version = "0.16.1", optional = true}
validify = { version = "1.3.0", optional = true}
validator = { version = "0.16.1", optional = true }
validify = { version = "1.3.0", optional = true }

[dependencies.axum-extra]
version = "0.9.0"
Expand Down

0 comments on commit dd97317

Please sign in to comment.