aboutsummaryrefslogtreecommitdiffstats
path: root/validator_derive
diff options
context:
space:
mode:
authorVincent Prouillet2017-02-14 12:24:59 +0900
committerVincent Prouillet2017-02-14 12:24:59 +0900
commitf42c43bb856484fe20df79c98fd72b5aa532e42e (patch)
tree057ffdcadb805fa0d20fcd3d9f974b4676c9ea9f /validator_derive
parentaa2218190f7d0c0346944c10fb54a80641fdd41b (diff)
downloadvalidator-f42c43bb856484fe20df79c98fd72b5aa532e42e.tar.bz2
validator_derive 0.4.1
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 a47ac41..bc8f991 100644
--- a/validator_derive/Cargo.toml
+++ b/validator_derive/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "validator_derive"
-version = "0.4.0"
+version = "0.4.1"
authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
license = "MIT"
description = "Macros 1.1 implementation of #[derive(Validate)]"