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

env: Move to "thiserror" + added errors test case (#7584)

Solved Issue #7535 : Removed parse_errors to follow other commands standard with thiserror
This commit is contained in:
ValentinBoudevin 2025-03-30 11:21:57 +02:00 committed by GitHub
parent 903fa6ae88
commit aea23408fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 231 additions and 195 deletions

1
Cargo.lock generated
View file

@ -2727,6 +2727,7 @@ dependencies = [
"clap",
"nix",
"rust-ini",
"thiserror 2.0.12",
"uucore",
]