mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +00:00
Pin zeroize dependency to =1.3.0 to maintain MSRV 1.41.
This commit is contained in:
parent
4d0af53ccf
commit
b6a7406c73
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ serde = { version = "1.0", default-features = false, optional = true, features =
|
|||
# The original packed_simd package was orphaned, see
|
||||
# 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 }
|
||||
zeroize = { version = "1", default-features = false }
|
||||
zeroize = { version = "=1.3.0", default-features = false }
|
||||
fiat-crypto = { version = "0.1.6", optional = true}
|
||||
|
||||
[features]
|
||||
|
|
|
|||
Loading…
Reference in a new issue