Skip to content

Commit 6675460

Browse files
authored
Merge pull request #7580 from GTimothy/cksum_no_regex
cksum: take out regex pattern matching
2 parents 07cce02 + 09a9dc7 commit 6675460

File tree

2 files changed

+287
-129
lines changed

2 files changed

+287
-129
lines changed

src/uucore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ default = []
8989
# * non-default features
9090
backup-control = []
9191
colors = []
92-
checksum = ["data-encoding", "thiserror", "regex", "sum"]
92+
checksum = ["data-encoding", "thiserror", "sum"]
9393
encoding = ["data-encoding", "data-encoding-macro", "z85"]
9494
entries = ["libc"]
9595
fs = ["dunce", "libc", "winapi-util", "windows-sys"]

0 commit comments

Comments
 (0)