We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d91bc35 commit 889201fCopy full SHA for 889201f
crates/firewheel-macros/Cargo.toml
@@ -18,5 +18,5 @@ proc-macro = true
18
syn = "2.0"
19
quote = "1.0"
20
proc-macro2 = "1.0"
21
-bevy_macro_utils = "0.17"
22
-toml_edit = { version = "0.23", default-features = false, features = ["parse"] }
+bevy_macro_utils = "0.18"
+toml_edit = { version = "0.23.9", default-features = false, features = ["parse"] }
0 commit comments