Skip to content

Commit

Permalink
Add link to Cargo.toml with explanation of packed_simd renaming
Browse files Browse the repository at this point in the history
(cherry picked from commit 45f3f53)
Signed-off-by: Isis Lovecruft <isis@patternsinthevoid.net>
  • Loading branch information
hdevalence authored and isislovecruft committed Jan 7, 2021
1 parent dd71df6 commit e6d8afc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ byteorder = { version = "^1.2.3", default-features = false, features = ["i128"]
digest = { version = "0.8", default-features = false }
subtle = { version = "^2.2.1", default-features = false }
serde = { version = "1.0", default-features = false, optional = true, features = ["derive"] }
# The original packed_simd package was orphaned, see
# https://github.com/rust-lang/packed_simd/issues/303#issuecomment-701361161
packed_simd = { version = "0.3.4", package = "packed_simd_2", features = ["into_bits"], optional = true }
zeroize = { version = "1", default-features = false }

Expand Down

0 comments on commit e6d8afc

Please sign in to comment.