From 479e57c5c9cf69ab588e77438ba8bf85ee40c628 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 20:21: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..c6553e9 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.74"