aboutsummaryrefslogtreecommitdiffstats
path: root/validator_derive
diff options
context:
space:
mode:
authorVincent Prouillet2017-05-22 23:40:29 +0900
committerVincent Prouillet2017-05-22 23:40:29 +0900
commit69e35d6cc905b9d7a894af7e486237e376fae939 (patch)
treed55b2433bc89d6efae9bc9763be8d227aedb367a /validator_derive
parent1754cbf8f1c6ab8b82c6caf7a0fcc86834403bf8 (diff)
downloadvalidator-69e35d6cc905b9d7a894af7e486237e376fae939.tar.bz2
v0.5.0 of validator_derive
Diffstat (limited to 'validator_derive')
-rw-r--r--validator_derive/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/validator_derive/Cargo.toml b/validator_derive/Cargo.toml
index c62a1f8..d5a1f5e 100644
--- a/validator_derive/Cargo.toml
+++ b/validator_derive/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "validator_derive"
-version = "0.4.1"
+version = "0.5.0"
authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
license = "MIT"
description = "Macros 1.1 implementation of #[derive(Validate)]"