Skip to content

Commit

Permalink
bump and enable feature
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonsn committed Jul 7, 2024
1 parent 6d6519c commit b883c07
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", default-features = false }
zeroize = { version = "^1", default-features = false, features = ["derive"] }
fiat-crypto = { version = "0.1.6", optional = true}

[features]
Expand Down

0 comments on commit b883c07

Please sign in to comment.