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"