Skip to content

Commit 2caad05

Browse files
committed
add missing feature
Signed-off-by: Teo Koon Peng <[email protected]>
1 parent 3068946 commit 2caad05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ categories = ["science::robotics", "asynchronous", "concurrency", "game-developm
1414
proc-macro = true
1515

1616
[dependencies]
17-
syn = "2.0"
17+
syn = { version = "2.0", features = ["full"] }
1818
quote = "1.0"
1919
proc-macro2 = "1.0.93"

0 commit comments

Comments
 (0)