From 6c41eadf8d2c36796c8f3436ce27abd28dfc2d63 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Tue, 17 Jan 2017 17:52:27 +0900 Subject: v0.2.0 validator --- validator_derive/Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'validator_derive') diff --git a/validator_derive/Cargo.toml b/validator_derive/Cargo.toml index 76c5e7e..84b41dc 100644 --- a/validator_derive/Cargo.toml +++ b/validator_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "validator_derive" -version = "0.1.0" +version = "0.2.0" authors = ["Vincent Prouillet "] license = "MIT" description = "Macros 1.1 implementation of #[derive(Validate)]" @@ -22,4 +22,5 @@ serde_json = "0.8" compiletest_rs = "*" [dependencies.validator] -path = "../validator" +# path = "../validator" +version = "0.2.0" -- cgit v1.2.3