mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
Update toml_edit to 0.18 (#7370)
Removes a duplicate dependency from the tree Co-authored-by: devil-ira <justthecooldude@gmail.com>
This commit is contained in:
parent
461497fa2d
commit
aab518af92
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue