diff options
| author | Vincent Prouillet | 2017-01-18 01:31:58 +0900 |
|---|---|---|
| committer | Vincent Prouillet | 2017-01-19 13:38:47 +0900 |
| commit | 77d5ef335a57c035341f5ba19da8fc187d58781f (patch) | |
| tree | 9dee09167ad9ddadc2fa26c01ae91ab2d7b35e3b /validator_derive | |
| parent | 087a56c6c68ade900cfb40de213d4977229b920f (diff) | |
| download | validator-77d5ef335a57c035341f5ba19da8fc187d58781f.tar.bz2 | |
v0.3.0
Diffstat (limited to 'validator_derive')
| -rw-r--r-- | validator_derive/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/validator_derive/Cargo.toml b/validator_derive/Cargo.toml index 0738262..fc4a3be 100644 --- a/validator_derive/Cargo.toml +++ b/validator_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "validator_derive" -version = "0.2.0" +version = "0.3.0" authors = ["Vincent Prouillet <vincent@wearewizards.io>"] 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.2.0" +# path = "../validator" +version = "0.3.0" |
