diff options
Diffstat (limited to 'validator_derive/Cargo.toml')
| -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 ee0d468..717a838 100644 --- a/validator_derive/Cargo.toml +++ b/validator_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "validator_derive" -version = "0.6.5" +version = "0.7.0" authors = ["Vincent Prouillet <vincent@wearewizards.io>"] license = "MIT" description = "Macros 1.1 implementation of #[derive(Validate)]" @@ -19,14 +19,14 @@ card = ["validator/card"] syn = { version = "0.13", features = ["extra-traits"] } quote = "0.5" if_chain = "0" -validator = { version = "0.6", path = "../validator"} +validator = { version = "0.7", path = "../validator"} [dev-dependencies] serde = "1.0" serde_derive = "1.0" serde_json = "1.0" compiletest_rs = "0.3" -regex = "0.2" +regex = "1" lazy_static = "1" |
