uucore: enable sum feature for checksum feature (#6450)

This commit is contained in:
Daniel Hofstetter 2024-06-04 15:29:55 +02:00 committed by GitHub
parent 978f14c4a8
commit 06d5e95716
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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