aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorElichai Turkel <[email protected]>2023-07-09 19:34:55 +0300
committerJack O'Connor <[email protected]>2023-07-16 13:29:47 -0400
commite302cdf36f1a8f3b9833b151c6c57964053cd587 (patch)
treed9b24a78d2fc812ebeb31d750f0df0290294ffe0 /Cargo.toml
parentf18e19092b2de416f67734f59e72eaf9b36ba15b (diff)
Remove unneeded digest/std in std feature
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7c2e7a3..e05bd1a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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