Skip to content

Commit

Permalink
chore: update versioning to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
somehowchris committed Mar 21, 2023
1 parent 5e94fb9 commit 42c7e55
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rocket-validation"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand All @@ -16,8 +16,10 @@ description = "Rocket Guards to support validation using validator"
path = "src/lib.rs"

[dependencies]
rocket = { version = "0.5.0-rc.2", default-features = false, features = ["json"] }
validator = { version="0.16.0", features = ["derive"] }
rocket = { version = "0.5.0-rc.2", default-features = false, features = [
"json",
] }
validator = { version = "0.16.0", features = ["derive"] }

[[example]]
name = "json-validation"
Expand All @@ -29,4 +31,4 @@ path = "examples/query-validation/src/main.rs"

[[example]]
name = "form-validation"
path = "examples/form-validation/src/main.rs"
path = "examples/form-validation/src/main.rs"

0 comments on commit 42c7e55

Please sign in to comment.