From 5cb9dcbda17adef2a22c62ab6fb5edb84e7261e5 Mon Sep 17 00:00:00 2001 From: Yotam Ofek Date: Sat, 22 Jun 2024 19:43:32 +0300 Subject: [PATCH] Update syn to `2.0` (#1342) --- nalgebra-macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nalgebra-macros/Cargo.toml b/nalgebra-macros/Cargo.toml index 8124ec78..6d08ed49 100644 --- a/nalgebra-macros/Cargo.toml +++ b/nalgebra-macros/Cargo.toml @@ -16,7 +16,7 @@ license = "Apache-2.0" proc-macro = true [dependencies] -syn = { version="1.0", features = ["full"] } +syn = { version = "2.0", features = ["full"] } quote = "1.0" proc-macro2 = "1.0"