Skip to content

Commit aab518a

Browse files
committed
Update toml_edit to 0.18 (#7370)
Removes a duplicate dependency from the tree Co-authored-by: devil-ira <[email protected]>
1 parent 461497f commit aab518a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/bevy_macro_utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ license = "MIT OR Apache-2.0"
99
keywords = ["bevy"]
1010

1111
[dependencies]
12-
toml_edit = "0.17"
12+
toml_edit = "0.18"
1313
syn = "1.0"
1414
quote = "1.0"

tools/build-example-pages/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publish = false
77
license = "MIT OR Apache-2.0"
88

99
[dependencies]
10-
toml_edit = "0.17"
10+
toml_edit = "0.18"
1111
tera = "1.15"
1212
serde = { version = "1.0", features = [ "derive" ] }
1313
bitflags = "1.3"

0 commit comments

Comments
 (0)