From 4770dc636a04f9e6b35bb12cbda5a7e11cf99edf Mon Sep 17 00:00:00 2001 From: Devin Ragotzy Date: Tue, 11 Aug 2020 08:08:17 -0400 Subject: [PATCH] matrix_sdk_common_macros: Bump syn fixing conflicting deps --- matrix_sdk_common_macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix_sdk_common_macros/Cargo.toml b/matrix_sdk_common_macros/Cargo.toml index 959d5805..6648570f 100644 --- a/matrix_sdk_common_macros/Cargo.toml +++ b/matrix_sdk_common_macros/Cargo.toml @@ -14,5 +14,5 @@ version = "0.1.0" proc-macro = true [dependencies] -syn = "1.0.34" +syn = "1.0.38" quote = "1.0.7"