From 8d11a0464dc08c0fe144bc85cc0700f61fa3b20d Mon Sep 17 00:00:00 2001 From: Ashley Mannix Date: Tue, 4 Aug 2026 10:23:31 +1000 Subject: [PATCH] update to syn 3 --- macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/Cargo.toml b/macros/Cargo.toml index ea9f1d9..0127817 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -23,5 +23,5 @@ version = "1" version = "1" [dependencies.syn] -version = "2" +version = "3" features = ["full"]