From f2f35b6d02a302311d2c75f548377146f1c29997 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 00:50:42 +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..ab502ce 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.77"