aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--validator_derive/Cargo.toml2
2 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 174cb38..3f8d4d1 100644
--- a/README.md
+++ b/README.md
@@ -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)]"