From b2ee3030243c647f9b542f394f96e942f510af09 Mon Sep 17 00:00:00 2001 From: Yotam Ofek Date: Sun, 31 Dec 2023 09:07:28 +0000 Subject: [PATCH] Update syn to `2.0` --- 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 8124ec78f..6d08ed497 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"