1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

df: add thiserror (#7545)

* refactor: Add thiserror to df

* fix: Try fixing tests

* refactor(df): Move `df` to `thiserror`

* chore(df): Add back comment

* chore: Refactor column.rs correctly
This commit is contained in:
Chandra Kiran G 2025-04-02 13:49:19 +05:30 committed by GitHub
parent dd5517c1ff
commit 3a0b43bdf7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 9 additions and 13 deletions

1
Cargo.lock generated
View file

@ -2672,6 +2672,7 @@ version = "0.0.30"
dependencies = [
"clap",
"tempfile",
"thiserror 2.0.12",
"unicode-width 0.2.0",
"uucore",
]