Skip to content

Commit 889201f

Browse files
committed
bump bevy_macro_utils to 0.18
1 parent d91bc35 commit 889201f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/firewheel-macros/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ proc-macro = true
1818
syn = "2.0"
1919
quote = "1.0"
2020
proc-macro2 = "1.0"
21-
bevy_macro_utils = "0.17"
22-
toml_edit = { version = "0.23", default-features = false, features = ["parse"] }
21+
bevy_macro_utils = "0.18"
22+
toml_edit = { version = "0.23.9", default-features = false, features = ["parse"] }

0 commit comments

Comments
 (0)