aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastien Orivel2018-03-16 20:16:30 +0100
committerBastien Orivel2018-03-16 20:17:58 +0100
commitf8a91c125f801e678ec88396a4409883213e17fd (patch)
tree33869b207da3aaedec6c50a88ccafc8d9f28de92
parentb2cda48e139d5b599b813601ad806420f1f3757a (diff)
downloadvalidator-f8a91c125f801e678ec88396a4409883213e17fd.tar.bz2
Bump version
-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 3827490..00c7de7 100644
--- a/validator_derive/Cargo.toml
+++ b/validator_derive/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "validator_derive"
-version = "0.6.1"
+version = "0.6.2"
authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
license = "MIT"
description = "Macros 1.1 implementation of #[derive(Validate)]"