This release is a big one! Special thanks go out to @thomaseizinger who fixed a lot of regressions
from the initial toml_edit upgrade.
Thanks also to @ssrlive for contributing a bunch of improvements.
Highlights
- Upgrade
toml_editto support more TOML syntax (in particular,something.workspace = true) - Format
Cargo.tomlfiles by default- Use
-nor--no-formatto disable this --checkmode also verifies formatting unless you pass the abovementioned flag
- Use
workspace.dependencies(andbuild-/dev-dependencies) are now also sortedtarget.'cfg(something)'.dependenciesnow go right afterdependencies- The same goes for target-specific
dev-dependencies
- The same goes for target-specific
Other Improvements
- Remove unused dependencies
- In non-check mode, report whether files were already sorted or not