From 7be193faa5caed3834c1e73604a38ed5a6bf75eb Mon Sep 17 00:00:00 2001 From: Alekos Filini Date: Mon, 21 Dec 2020 13:16:05 +0100 Subject: [PATCH] [testutils-macros] Fix deps features --- testutils-macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testutils-macros/Cargo.toml b/testutils-macros/Cargo.toml index bbae76e9..190d9ec8 100644 --- a/testutils-macros/Cargo.toml +++ b/testutils-macros/Cargo.toml @@ -11,7 +11,7 @@ name = "testutils_macros" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -syn = { version = "1.0", features = ["parsing"] } +syn = { version = "1.0", features = ["parsing", "full"] } proc-macro2 = "1.0" quote = "1.0"