Skip to content

Commit

Permalink
Remove unneeded digest/std in std feature
Browse files Browse the repository at this point in the history
  • Loading branch information
elichai authored and oconnor663 committed Jul 16, 2023
1 parent f18e190 commit e302cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e302cdf

Please sign in to comment.