aboutsummaryrefslogtreecommitdiffstats
path: root/validator_derive
diff options
context:
space:
mode:
authorVincent Prouillet2018-09-19 09:55:31 +0200
committerVincent Prouillet2018-09-19 09:55:31 +0200
commit33833d20f7c2c9f78b4a7d940b76ce31ad223766 (patch)
treeb3a61201a9a59350ebb5f321223a9d34453d8586 /validator_derive
parenta1d0f78318762f51d80cd9f847375bd6fc445e79 (diff)
downloadvalidator-33833d20f7c2c9f78b4a7d940b76ce31ad223766.tar.bz2
Prepare for 0.8.0 release
Diffstat (limited to 'validator_derive')
-rw-r--r--validator_derive/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/validator_derive/Cargo.toml b/validator_derive/Cargo.toml
index d7bf3bb..c7dc0db 100644
--- a/validator_derive/Cargo.toml
+++ b/validator_derive/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "validator_derive"
-version = "0.7.2"
-authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
+version = "0.8.0"
+authors = ["Vincent Prouillet <prouillet.vincent@gmail.com"]
license = "MIT"
description = "Macros 1.1 implementation of #[derive(Validate)]"
homepage = "https://github.com/Keats/validator"