adjusted dependency entry like to pick up latest pick up the latest packed_simd crate under an alternative name.

see also: https://github.com/rust-lang/packed_simd/issues/303#issuecomment-701361161

(cherry picked from commit f27923bf8c)
Signed-off-by: Isis Lovecruft <isis@patternsinthevoid.net>
This commit is contained in:
Markus Zoppelt 2020-09-30 15:17:18 +02:00 committed by Isis Lovecruft
parent 6ffc8ddefd
commit dd71df6ea0
No known key found for this signature in database
GPG key ID: AB41313533E8E812

View file

@ -45,7 +45,7 @@ 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"] }
packed_simd = { package = "packed_simd_2", version = "*", git = "https://github.com/rust-lang/packed_simd", features = ["into_bits"], optional = true }
packed_simd = { version = "0.3.4", package = "packed_simd_2", features = ["into_bits"], optional = true }
zeroize = { version = "1", default-features = false }
[features]