Skip to content

Commit

Permalink
Update crates/bevy_ecs/macros/Cargo.toml
Browse files Browse the repository at this point in the history
Co-authored-by: Kristoffer Søholm <k.soeholm@gmail.com>
  • Loading branch information
lee-orr and kristoff3r committed May 8, 2024
1 parent 3ecab35 commit 79e825e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ecs/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ proc-macro = true
[dependencies]
bevy_macro_utils = { path = "../../bevy_macro_utils", version = "0.14.0-dev" }

syn = "2.0"
syn = { version = "2.0", features = ["full"] }
quote = "1.0"
proc-macro2 = "1.0"

Expand Down

0 comments on commit 79e825e

Please sign in to comment.