1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-05-28 05:26:04 +02:00

Remove unneeded digest/std in std feature

This commit is contained in:
Elichai Turkel 2023-07-09 19:34:55 +03:00
parent 07524df45f
commit 023c89fac5
No known key found for this signature in database
GPG Key ID: 9383CDE9E8E66A7F

View File

@ -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