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
@ -9,6 +9,6 @@ license = "MIT OR Apache-2.0"
|
|||||||
keywords = ["bevy"]
|
keywords = ["bevy"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
toml_edit = "0.17"
|
toml_edit = "0.18"
|
||||||
syn = "1.0"
|
syn = "1.0"
|
||||||
quote = "1.0"
|
quote = "1.0"
|
||||||
|
|||||||
@ -7,7 +7,7 @@ publish = false
|
|||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
toml_edit = "0.17"
|
toml_edit = "0.18"
|
||||||
tera = "1.15"
|
tera = "1.15"
|
||||||
serde = { version = "1.0", features = [ "derive" ] }
|
serde = { version = "1.0", features = [ "derive" ] }
|
||||||
bitflags = "1.3"
|
bitflags = "1.3"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user