From 61293f2d0bcaddde1cde493b863886231deeec7c Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Mon, 30 Jan 2017 20:19:54 +0900 Subject: Version 0.4.0 --- validator_derive/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'validator_derive') diff --git a/validator_derive/Cargo.toml b/validator_derive/Cargo.toml index b68ae49..ff64a40 100644 --- a/validator_derive/Cargo.toml +++ b/validator_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "validator_derive" -version = "0.3.0" +version = "0.4.0" authors = ["Vincent Prouillet "] license = "MIT" description = "Macros 1.1 implementation of #[derive(Validate)]" @@ -24,5 +24,5 @@ regex = "0.2" lazy_static = "0.2" [dependencies.validator] -path = "../validator" -# version = "0.3.0" +# path = "../validator" +version = "0.3.0" -- cgit v1.2.3