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)
  • Loading branch information
MarkusZoppelt committed Sep 30, 2020
1 parent c2e394d commit f27923b
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.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 = { 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 f27923b

Please sign in to comment.