From 06d5e95716085a3cd81c2681312779264562c983 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Tue, 4 Jun 2024 15:29:55 +0200 Subject: [PATCH] uucore: enable sum feature for checksum feature (#6450) --- src/uucore/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uucore/Cargo.toml b/src/uucore/Cargo.toml index f6646a3ee..5730803c9 100644 --- a/src/uucore/Cargo.toml +++ b/src/uucore/Cargo.toml @@ -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"]