diff options
| author | Vincent Prouillet | 2019-07-13 16:35:37 +0200 | 
|---|---|---|
| committer | Vincent Prouillet | 2019-07-13 16:35:37 +0200 | 
| commit | 0877c01f9a1bf5bcda3e3b235730f4d09982d8d2 (patch) | |
| tree | e11ce4ab7dc807ffb1464d13f329ccec4a6a62db | |
| parent | 081c30300a7c4a07e708f491011bf7a6790f3889 (diff) | |
| download | validator-0877c01f9a1bf5bcda3e3b235730f4d09982d8d2.tar.bz2 | |
Update if_chain
| -rw-r--r-- | validator_derive/Cargo.toml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/validator_derive/Cargo.toml b/validator_derive/Cargo.toml index f985e1d..e8e50aa 100644 --- a/validator_derive/Cargo.toml +++ b/validator_derive/Cargo.toml @@ -19,7 +19,7 @@ card = ["validator/card"]  syn = { version = "0.15", features = ["extra-traits"] }  quote = "0.6"  proc-macro2 = "0.4" -if_chain = "0" +if_chain = "1"  validator = { version = "0.9", path = "../validator"}  regex = "1"  lazy_static = "1" | 
