Skip to content

Commit 391adba

Browse files
committed
chore: add missing features
1 parent 401e56f commit 391adba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_mod_scripting_derive/Cargo.toml

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

1414
[dependencies]
15-
syn = { workspace = true, features = ["full"] }
15+
syn = { workspace = true, features = ["full", "parsing", "derive"] }
1616
proc-macro2 = { workspace = true }
1717
quote = { workspace = true }
1818

0 commit comments

Comments
 (0)