Skip to content

Commit

Permalink
fix zeroize
Browse files Browse the repository at this point in the history
  • Loading branch information
jarry-xiao committed Jun 29, 2024
1 parent 29e5c29 commit 3fb3fd1
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 @@ -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, <1.4", default-features = false }
zeroize = { version = ">=1", default-features = false }
fiat-crypto = { version = "0.1.6", optional = true}

[features]
Expand Down

0 comments on commit 3fb3fd1

Please sign in to comment.