testing_macros: Add missing full feature to syn dependency (#4722)

This commit is contained in:
Micha Reiser 2023-05-30 09:42:06 +02:00 committed by GitHub
parent e323bb015b
commit 236074fdde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,4 +13,4 @@ proc-macro = true
glob = { workspace = true }
proc-macro2 = { workspace = true }
quote = { workspace = true }
syn = { workspace = true, features = ["extra-traits"] }
syn = { workspace = true, features = ["extra-traits", "full"] }