diff --git a/distributed_macros/Cargo.toml b/distributed_macros/Cargo.toml index a3841e78..785a4abb 100644 --- a/distributed_macros/Cargo.toml +++ b/distributed_macros/Cargo.toml @@ -18,7 +18,7 @@ proc-macro-crate = "3.5" proc-macro2 = "1.0" quote = "1.0" sha2 = "0.10" -syn = { version = "2.0", features = ["full", "visit"] } +syn = { version = "3.0", features = ["full", "visit"] } [dev-dependencies] # Compile-fail snapshots depend on trybuild's compiler-diagnostic normalization.