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 4bc2f39 commit 411a9d1Copy full SHA for 411a9d1
crates/bevy_macro_utils/Cargo.toml
@@ -9,6 +9,6 @@ license = "MIT OR Apache-2.0"
9
keywords = ["bevy"]
10
11
[dependencies]
12
-toml_edit = "0.18"
+toml_edit = "0.19"
13
syn = "1.0"
14
quote = "1.0"
tools/build-example-pages/Cargo.toml
@@ -7,7 +7,7 @@ publish = false
7
license = "MIT OR Apache-2.0"
8
tera = "1.15"
serde = { version = "1.0", features = [ "derive" ] }
bitflags = "1.3"
0 commit comments