diff options
| author | Vincent Prouillet | 2018-09-13 18:49:53 +0200 |
|---|---|---|
| committer | Vincent Prouillet | 2018-09-13 18:49:53 +0200 |
| commit | a1d0f78318762f51d80cd9f847375bd6fc445e79 (patch) | |
| tree | 193ef86405afe10ce86e52a492f18f2f1f86bce4 | |
| parent | ab93a250013ad01620992581923583cbf93ed3db (diff) | |
| download | validator-a1d0f78318762f51d80cd9f847375bd6fc445e79.tar.bz2 | |
Update syn
| -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 bcacc9b..d7bf3bb 100644 --- a/validator_derive/Cargo.toml +++ b/validator_derive/Cargo.toml @@ -16,7 +16,7 @@ phone = ["validator/phone"] card = ["validator/card"] [dependencies] -syn = { version = "0.14", features = ["extra-traits"] } +syn = { version = "0.15", features = ["extra-traits"] } quote = "0.6" proc-macro2 = "0.4" if_chain = "0" |
