diff options
| author | Elichai Turkel <[email protected]> | 2023-07-09 19:34:55 +0300 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2023-07-16 13:29:47 -0400 |
| commit | e302cdf36f1a8f3b9833b151c6c57964053cd587 (patch) | |
| tree | d9b24a78d2fc812ebeb31d750f0df0290294ffe0 /Cargo.toml | |
| parent | f18e19092b2de416f67734f59e72eaf9b36ba15b (diff) | |
Remove unneeded digest/std in std feature
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ neon = [] # --no-default-features, the only way to use the SIMD implementations in this # crate is to enable the corresponding instruction sets statically for the # entire build, with e.g. RUSTFLAGS="-C target-cpu=native". -std = ["digest/std"] +std = [] # The "rayon" feature (defined below as an optional dependency) enables the # `Hasher::update_rayon` method, for multithreaded hashing. However, even if |
