Merge pull request #7580 from GTimothy/cksum_no_regex

cksum: take out regex pattern matching
This commit is contained in:
Dorian Péron
2025-04-01 02:10:42 +02:00
committed by GitHub
2 changed files with 287 additions and 129 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ default = []
# * non-default features
backup-control = []
colors = []
checksum = ["data-encoding", "thiserror", "regex", "sum"]
checksum = ["data-encoding", "thiserror", "sum"]
encoding = ["data-encoding", "data-encoding-macro", "z85"]
entries = ["libc"]
fs = ["dunce", "libc", "winapi-util", "windows-sys"]
File diff suppressed because it is too large Load Diff