Skip to content

Commit

Permalink
chore: bump to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
somehowchris committed Oct 3, 2022
1 parent e1a95f1 commit 340de63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rocket-validation"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ In order to get going, you need to depend on the `rocket-validation`.
Add this to your `Cargo.toml`
```toml
[dependencies]
rocket-validation = "0.1.2"
rocket-validation = "0.1.3"
validator="?"
```
> `validator` is needed as the derive macros of the crate `validator` generate code dependent on it being available in a global scope
Expand Down

0 comments on commit 340de63

Please sign in to comment.