Merge pull request #334 from MarkusZoppelt/fix-packed_simd-AMD

bumped packed_simd to 0.3.4
This commit is contained in:
Henry de Valence 2020-09-30 12:52:15 -07:00 committed by GitHub
commit a787300ba1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,9 @@ byteorder = { version = "^1.2.3", default-features = false, features = ["i128"]
digest = { version = "0.9", default-features = false }
subtle = { version = "^2.2.1", default-features = false }
serde = { version = "1.0", default-features = false, optional = true, features = ["derive"] }
packed_simd = { version = "0.3", features = ["into_bits"], optional = true }
# 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 }
[features]