Skip to content

Commit

Permalink
bumped packed_simd to 0.3.4. resolves #333
Browse files Browse the repository at this point in the history
(cherry picked from commit c2e394d)
Signed-off-by: Isis Lovecruft <isis@patternsinthevoid.net>
  • Loading branch information
MarkusZoppelt authored and isislovecruft committed Jan 7, 2021
1 parent 3fc47ef commit 6ffc8dd
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 @@ -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]
Expand Down

0 comments on commit 6ffc8dd

Please sign in to comment.