diff options
| author | Jack O'Connor <[email protected]> | 2020-05-14 11:32:05 -0400 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2020-05-14 11:32:05 -0400 |
| commit | 5651ce7ee0b0ad2f577beef7efcef87e2f39fbe2 (patch) | |
| tree | 564a5453d2b6f1b34cfd627190dc8b53c4bd1c4d /b3sum | |
| parent | 86d5a13731a398d4785f7a0e8b57898559735910 (diff) | |
enable clap default features
These are nice to have. I used to think this would increase build times,
but in practice it doesn't.
Diffstat (limited to 'b3sum')
| -rw-r--r-- | b3sum/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/b3sum/Cargo.toml b/b3sum/Cargo.toml index 86fa83c..a72450e 100644 --- a/b3sum/Cargo.toml +++ b/b3sum/Cargo.toml @@ -16,7 +16,7 @@ pure = ["blake3/pure"] [dependencies] anyhow = "1.0.25" blake3 = { version = "0.3", path = "..", features = ["rayon"] } -clap = { version = "2.33.0", default-features = false } +clap = "2.33.1" hex = "0.4.0" memmap = "0.7.0" rayon = "1.2.1" |
