From 8fcceee547eb56a9b3083da05ff2de227747633f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 18:37:52 +0000 Subject: [PATCH] Update Rust crate syn to v2 --- eq-macro/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eq-macro/Cargo.toml b/eq-macro/Cargo.toml index 91e3346..db0dfed 100644 --- a/eq-macro/Cargo.toml +++ b/eq-macro/Cargo.toml @@ -11,4 +11,4 @@ proc-macro = true [dependencies] quote = "1.0.15" -syn = "1.0.86" +syn = "2.0.83"