Skip to content

Commit

Permalink
Merge pull request #7175 from sylvestre/thiserror2
Browse files Browse the repository at this point in the history
Move some programs to thiserror
  • Loading branch information
cakebaker authored Jan 20, 2025
2 parents 3513ee6 + bf2a55e commit 6a5f2aa
Show file tree
Hide file tree
Showing 11 changed files with 161 additions and 249 deletions.
92 changes: 54 additions & 38 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/uu/chroot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ path = "src/chroot.rs"

[dependencies]
clap = { workspace = true }
thiserror = { workspace = true }
uucore = { workspace = true, features = ["entries", "fs"] }

[[bin]]
Expand Down
Loading

0 comments on commit 6a5f2aa

Please sign in to comment.