Skip to content

Commit

Permalink
Merge pull request #6095 from cakebaker/cksum_enable_encoding_feature
Browse files Browse the repository at this point in the history
cksum: enable encoding feature
  • Loading branch information
sylvestre authored Mar 20, 2024
2 parents a3ff7b7 + 2b4cfcc commit 597a29b
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 597a29b

Please sign in to comment.