mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Update packed_simd version
This commit is contained in:
parent
1b116e5eae
commit
7d29b86217
1 changed files with 2 additions and 2 deletions
|
|
@ -48,7 +48,7 @@ generic-array = "0.9"
|
|||
clear_on_drop = "=0.2.3"
|
||||
subtle = { version = "0.9", default-features = false }
|
||||
serde = { version = "1.0", optional = true }
|
||||
packed_simd = { version = "0.1.0", features = ["into_bits"], optional = true }
|
||||
packed_simd = { version = "0.3.0", features = ["into_bits"], optional = true }
|
||||
|
||||
[build-dependencies]
|
||||
rand = { version = "0.5", default-features = false }
|
||||
|
|
@ -58,7 +58,7 @@ generic-array = "0.9"
|
|||
clear_on_drop = "=0.2.3"
|
||||
subtle = { version = "0.7", features = ["generic-impls"], default-features = false }
|
||||
serde = { version = "1.0", optional = true }
|
||||
packed_simd = { version = "0.1.0", features = ["into_bits"], optional = true }
|
||||
packed_simd = { version = "0.3.0", features = ["into_bits"], optional = true }
|
||||
|
||||
[features]
|
||||
nightly = ["subtle/nightly", "clear_on_drop/nightly"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue