From 57116aa53cb80e22deae61d949d736395cfb2376 Mon Sep 17 00:00:00 2001 From: Bastien Orivel Date: Thu, 15 Aug 2019 18:23:29 +0200 Subject: [PATCH] Update syn related dependencies --- impl/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/impl/Cargo.toml b/impl/Cargo.toml index bc95d60..7097990 100644 --- a/impl/Cargo.toml +++ b/impl/Cargo.toml @@ -12,6 +12,6 @@ proc-macro = true [dependencies] proc-macro-hack = "0.5" -proc-macro2 = "0.4" -quote = "0.6" -syn = "0.15" +proc-macro2 = "1" +quote = "1" +syn = "1"