aboutsummaryrefslogtreecommitdiffstats
path: root/validator_derive
diff options
context:
space:
mode:
authorVincent Prouillet2017-11-08 17:21:11 +0100
committerVincent Prouillet2017-11-08 17:21:11 +0100
commit14a5b7a695de67f4bc2e38d5eeae2eea11fed743 (patch)
tree8ad38bf83aae41d4a50b5c21d9c740a8fb50d351 /validator_derive
parent9b175bc3ca7a2a65add0ec4a42a79b5c9f47314b (diff)
downloadvalidator-14a5b7a695de67f4bc2e38d5eeae2eea11fed743.tar.bz2
Update changelog and versions
Diffstat (limited to 'validator_derive')
-rw-r--r--validator_derive/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/validator_derive/Cargo.toml b/validator_derive/Cargo.toml
index 707dc84..2e5f31f 100644
--- a/validator_derive/Cargo.toml
+++ b/validator_derive/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "validator_derive"
-version = "0.6.0"
+version = "0.6.1"
authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
license = "MIT"
description = "Macros 1.1 implementation of #[derive(Validate)]"
@@ -25,10 +25,10 @@ regex = "0.2"
lazy_static = "0.2"
[dependencies.validator]
-path = "../validator"
-# version = "0.6"
+# path = "../validator"
+version = "0.6"
[dev-dependencies.validator]
-path = "../validator"
-# version = "0.6"
+# path = "../validator"
+version = "0.6"
features = ["phone"]