mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
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:
parent
3fc47ef867
commit
6ffc8ddefd
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue