From 14a5b7a695de67f4bc2e38d5eeae2eea11fed743 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Wed, 8 Nov 2017 17:21:11 +0100 Subject: Update changelog and versions --- validator_derive/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'validator_derive') 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 "] 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"] -- cgit v1.2.3