Merge pull request #6095 from cakebaker/cksum_enable_encoding_feature

cksum: enable encoding feature
This commit is contained in:
Sylvestre Ledru 2024-03-20 11:10:59 +01:00 committed by GitHub
commit 597a29be46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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]]