From f39d7d061ed6650de838741a2eb2457500673d4f Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Sun, 19 Jul 2026 09:44:54 +0000 Subject: [PATCH] Upgrade `syn` to v3 https://github.com/dtolnay/syn/releases/tag/3.0.0 --- strum_macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/strum_macros/Cargo.toml b/strum_macros/Cargo.toml index 4925fc72..b8f00241 100644 --- a/strum_macros/Cargo.toml +++ b/strum_macros/Cargo.toml @@ -23,7 +23,7 @@ name = "strum_macros" heck = "0.5.0" proc-macro2 = "1.0" quote = "1.0" -syn = { version = "2.0", features = ["parsing"] } +syn = { version = "3.0", features = ["parsing"] } [dev-dependencies] strum = { path = "../strum" }