Skip to content

Commit

Permalink
Update toml_edit to 0.18 (#7370)
Browse files Browse the repository at this point in the history
Removes a duplicate dependency from the tree

Co-authored-by: devil-ira <justthecooldude@gmail.com>
  • Loading branch information
tim-blackbird and tim-blackbird committed Jan 26, 2023
1 parent 6b38863 commit 54a95c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/bevy_macro_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ license = "MIT OR Apache-2.0"
keywords = ["bevy"]

[dependencies]
toml_edit = "0.17"
toml_edit = "0.18"
syn = "1.0"
quote = "1.0"
2 changes: 1 addition & 1 deletion tools/build-example-pages/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
license = "MIT OR Apache-2.0"

[dependencies]
toml_edit = "0.17"
toml_edit = "0.18"
tera = "1.15"
serde = { version = "1.0", features = [ "derive" ] }
bitflags = "1.3"

0 comments on commit 54a95c9

Please sign in to comment.