Switch to toml_edit from toml-rs for bevy_macro_utils #5675
Labels
C-Dependencies
A change to the crates that Bevy depends on
C-Feature
A new feature, making something new possible
What problem does this solve or what need does it fill?
toml-rs is unmaintained and it's a TOML 0.5 compliant parser.
What solution would you like?
It would be nice to use toml_edit. It's a drop-in replacement, actively maintained and supports TOML 1.0. For example, Cargo now use it.
The text was updated successfully, but these errors were encountered: