From: Alekos Filini Date: Mon, 21 Dec 2020 12:16:05 +0000 (+0100) Subject: [testutils-macros] Fix deps features X-Git-Tag: v0.2.0~3 X-Git-Url: http://internal-gitweb-vhost/%22https:/parse/scripts/static/enum.FileError.html?a=commitdiff_plain;h=7be193faa5caed3834c1e73604a38ed5a6bf75eb;p=bdk [testutils-macros] Fix deps features --- 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"