Skip to content

Commit b484a51

Browse files
committed
Fix features in syn dependency
1 parent 22dfc44 commit b484a51

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
@@ -30,7 +30,7 @@ serde = {version = "1.0", optional = true}
3030
smallvec = "0.6"
3131

3232
[build-dependencies]
33-
syn = { version = "0.14", features = ["extra-traits", "fold"] }
33+
syn = { version = "0.14", features = ["extra-traits", "fold", "full"] }
3434
quote = "0.6"
3535
proc-macro2 = "0.4"
3636

0 commit comments

Comments
 (0)