Skip to content

Commit

Permalink
uucore: enable sum feature for checksum feature (#6450)
Browse files Browse the repository at this point in the history
  • Loading branch information
cakebaker committed Jun 4, 2024
1 parent 978f14c commit 06d5e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uucore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ default = []
# * non-default features
backup-control = []
colors = []
checksum = ["regex"]
checksum = ["regex", "sum"]
encoding = ["data-encoding", "data-encoding-macro", "z85", "thiserror"]
entries = ["libc"]
fs = ["dunce", "libc", "winapi-util", "windows-sys"]
Expand Down

0 comments on commit 06d5e95

Please sign in to comment.