From ec15b395b0d9e1a295dfe7463200be3a59ce542b Mon Sep 17 00:00:00 2001 From: Yotam Ofek Date: Sun, 31 Dec 2023 08:51:55 +0000 Subject: [PATCH] Update syn --- macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 2430cd7..879d32f 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -14,4 +14,4 @@ proc-macro = true [dependencies] quote = "1.0.3" -syn = { version = "^1", features = ["full"] } +syn = { version = "2", features = ["full"] }