bumped packed_simd to 0.3.4. resolves #333

(cherry picked from commit c2e394dd04)
Signed-off-by: Isis Lovecruft <isis@patternsinthevoid.net>
This commit is contained in:
Markus Zoppelt 2020-09-30 12:59:10 +02:00 committed by Isis Lovecruft
parent 3fc47ef867
commit 6ffc8ddefd
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 = { version = "0.3", features = ["into_bits"], optional = true }
packed_simd = { package = "packed_simd_2", version = "*", git = "https://github.com/rust-lang/packed_simd", features = ["into_bits"], optional = true }
zeroize = { version = "1", default-features = false }
[features]