From 33a45da7c5a0644872b88d0ab9bf0e3d443c02ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Sun, 27 Oct 2024 22:48:23 +0100 Subject: [PATCH] Also update syn in the Cargo.toml. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7638e875..3fafaa64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ quote = "1" heck = "0.4" [dependencies.syn] -version = "2.0.64" +version = "2.0.85" default-features = false features = ["clone-impls", "extra-traits", "fold", "full", "parsing", "printing"]