Skip to content

Commit b3df2f6

Browse files
committed
chore: missing syn features
1 parent 391adba commit b3df2f6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

crates/bevy_mod_scripting_derive/Cargo.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,14 @@ categories.workspace = true
1212
readme.workspace = true
1313

1414
[dependencies]
15-
syn = { workspace = true, features = ["full", "parsing", "derive"] }
15+
syn = { workspace = true, features = [
16+
"full",
17+
"parsing",
18+
"derive",
19+
"printing",
20+
"proc-macro",
21+
"clone-impls",
22+
] }
1623
proc-macro2 = { workspace = true }
1724
quote = { workspace = true }
1825

0 commit comments

Comments
 (0)