Feature
- Upgrade
toml_edit
to support more TOML syntax
Bug Fixes
- The
--workspace
feature now respects the exclude array
Update
- Update clap from 2.34 to 4.0.10
Feature
- Add --check-format flag
- If set,
cargo-sort
will check formatting (allows only checking formatting) - Thanks matze
- If set,
- DockerHub builds added
Bug Fixes
- Fix leaving files in the list of paths to check when
--workspace
is used with globs - Fix the cargo install always re-installing rust-lang/cargo#8703
Bug Fixes
- Fix handling of windows style line endings
Feature
- Add colorized help output
Bug Fixes
- Fix trailing comma in multi-line arrays
- Simplify output of running cargo-sort
- Add
--order
flag to specify ordering of top-level tables
Overhaul
- Remove toml-parse crate in favor of toml_edit
- Changed name from cargo-sort-ck to cargo-sort