Skip to content

Commit

Permalink
adjusted dependency entry like to pick up latest pick up the latest p…
Browse files Browse the repository at this point in the history
…acked_simd crate under an alternative name.

see also: rust-lang/packed_simd#303 (comment)

(cherry picked from commit f27923b)
Signed-off-by: Isis Lovecruft <isis@patternsinthevoid.net>
  • Loading branch information
MarkusZoppelt authored and isislovecruft committed Jan 7, 2021
1 parent 6ffc8dd commit dd71df6
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 = { 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]
Expand Down

0 comments on commit dd71df6

Please sign in to comment.