From 25b2eb8f2a46d642512df088b23d1416569fcd07 Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Thu, 5 Oct 2023 16:33:28 -0400 Subject: [PATCH] Update syn to 2.0 Closes #29. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ef82395..7d17e3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ log = [] [dependencies] proc-macro2 = "1.0" quote = {version = "1.0"} -syn = {version = "1.0", features = ["extra-traits", "full"]} +syn = {version = "2.0", features = ["extra-traits", "full"]} [dev-dependencies] env_logger = {version = "0.9", default-features = false}