From 37b740579a03322431c5d09c2e802e601273af23 Mon Sep 17 00:00:00 2001 From: Spacebot Date: Sat, 8 Aug 2026 04:48:37 +0000 Subject: [PATCH] Update Rust crate syn to v3 --- rnex-rmc/macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rnex-rmc/macros/Cargo.toml b/rnex-rmc/macros/Cargo.toml index 34de59d..c2143da 100644 --- a/rnex-rmc/macros/Cargo.toml +++ b/rnex-rmc/macros/Cargo.toml @@ -16,4 +16,4 @@ doctest = false [dependencies] quote = "1.0.38" proc-macro2 = "1.0.93" -syn = { version = "2.0.98", features = ["full"] } +syn = { version = "3.0.0", features = ["full"] }