diff options
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | validator_derive/Cargo.toml | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -237,6 +237,10 @@ For example, the following attributes all work: ### validator_derive +#### 0.6.4 (2018/03/20) + +- Support `Option<Option<T>>` types + #### 0.6.3 (2018/03/19) - Fix path for custom validators starting with `::` diff --git a/validator_derive/Cargo.toml b/validator_derive/Cargo.toml index 9c0c67f..12930fc 100644 --- a/validator_derive/Cargo.toml +++ b/validator_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "validator_derive" -version = "0.6.3" +version = "0.6.4" authors = ["Vincent Prouillet <vincent@wearewizards.io>"] license = "MIT" description = "Macros 1.1 implementation of #[derive(Validate)]" |
