Skip to content

Commit

Permalink
cksum: enable encoding feature
Browse files Browse the repository at this point in the history
  • Loading branch information
cakebaker committed Mar 19, 2024
1 parent 6f95d05 commit 2b4cfcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uu/cksum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ path = "src/cksum.rs"

[dependencies]
clap = { workspace = true }
uucore = { workspace = true, features = ["sum"] }
uucore = { workspace = true, features = ["encoding", "sum"] }
hex = { workspace = true }

[[bin]]
Expand Down

0 comments on commit 2b4cfcc

Please sign in to comment.