Skip to content

Commit 977c7d0

Browse files
authoredApr 25, 2024··
Fix incorrect syn features (#44)
1 parent eb3dc90 commit 977c7d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ proc-macro = true
1515
[dependencies]
1616
proc-macro2 = { version = "1.0", default-features = false }
1717
quote = { version = "1.0", default-features = false }
18-
syn = { version = "2.0", features = ["full", "visit-mut"], default-features = false }
18+
syn = { version = "2.0", features = ["full", "visit-mut", "parsing", "printing", "proc-macro", "clone-impls"], default-features = false }
1919

2020
[dev-dependencies]
2121
futures-executor = "0.3"

0 commit comments

Comments
 (0)
Please sign in to comment.