mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-05 20:30:57 +00:00
bump fiat-crypto version
This commit is contained in:
parent
3422872346
commit
756a921bee
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ serde = { version = "1.0", default-features = false, optional = true, features =
|
||||||
# https://github.com/rust-lang/packed_simd/issues/303#issuecomment-701361161
|
# https://github.com/rust-lang/packed_simd/issues/303#issuecomment-701361161
|
||||||
packed_simd = { version = "0.3.4", package = "packed_simd_2", 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 }
|
zeroize = { version = "1", default-features = false }
|
||||||
fiat-crypto = { version = "0.1.1", optional = true}
|
fiat-crypto = { version = "0.1.5", optional = true}
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
nightly = ["subtle/nightly"]
|
nightly = ["subtle/nightly"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue