uutils / coreutils

Cross-platform Rust rewrite of the GNU coreutils
https://uutils.github.io/
MIT License
17.82k stars 1.28k forks source link

fix(deps): crates import compatible uucore #6869

Closed Banyc closed 1 week ago

Banyc commented 1 week ago

solving https://github.com/uutils/coreutils/issues/6867.

I have test-run the util/update-version.sh from 0.0.28 to 0.0.29 and it correctly identifies the four version strings and the resulting workspace passes all the cargo test cases.

github-actions[bot] commented 1 week ago

GNU testsuite comparison:

Skipping an intermittent issue tests/timeout/timeout (passes in this run but fails in the 'main' branch)
cakebaker commented 1 week ago

Thanks for your PR :)