YANKED due to subtly broken dependency
Update all dependencies to the latest version. This most notably changes the look of the CLI
to something without color by default thanks to the upgrade to clap
4.
Chore
- replace
colored
dependency withowo-colors
.
The latter provide zero-allocation coloring in the terminal and
may improve compile times a little.
Refactor
- colored path printing; fix size column format
Commit Statistics
- 11 commits contributed to the release over the course of 86 calendar days.
- 92 days passed between releases.
- 2 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
Thanks Clippy
Clippy helped 2 times to make code idiomatic.
Commit Details
view details
- Uncategorized
- prepare changelog prior to release (4f7915a)
- upgrade to clap 4 (dd8b0ef)
- upgrade sysinfo and make thread detection work for all Apple M series for now. (bbd5c67)
- upgrade to trash v3.0 (bbd3a1c)
- thanks clippy (82dc467)
- update dependencies (0057c0d)
- adjust journey-test expectations according to difference in color encoding. (b0bacad)
- replace
colored
dependency withowo-colors
. (946806e) - refactor (a734efb)
- thanks clippy (44e19ee)
- colored path printing; fix size column format (d3fa946)