Skip to content

Commit

Permalink
its v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Keats committed Apr 5, 2024
1 parent fa0cf61 commit ba8a9b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions validator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "validator"
version = "0.17.0"
version = "0.18.0"
authors = ["Vincent Prouillet <hello@vincentprouillet.com"]
license = "MIT"
description = "Common validation functions (email, url, length, ...) and trait - to be used with `validator_derive`"
Expand All @@ -18,7 +18,7 @@ idna = "0.5"
serde = "1"
serde_derive = "1"
serde_json = "1"
validator_derive = { version = "0.17", path = "../validator_derive", optional = true }
validator_derive = { version = "0.18", path = "../validator_derive", optional = true }
card-validate = { version = "2.3", optional = true }
unic-ucd-common = { version = "0.9", optional = true }
indexmap = { version = "2.0.0", features = ["serde"], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion validator_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "validator_derive"
version = "0.17.0"
version = "0.18.0"
authors = ["Vincent Prouillet <hello@vincentprouillet.com"]
license = "MIT"
description = "Macros 1.1 implementation of #[derive(Validate)]"
Expand Down
2 changes: 1 addition & 1 deletion validator_derive_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ default = ["test_ui"]
test_ui = []

[dev-dependencies]
validator = { version = "0.17", path = "../validator", features = [
validator = { version = "0.18", path = "../validator", features = [
"card",
"unic",
"derive",
Expand Down

0 comments on commit ba8a9b9

Please sign in to comment.