Skip to content

Commit

Permalink
bump fiat-crypto version
Browse files Browse the repository at this point in the history
  • Loading branch information
huitseeker committed Jan 11, 2021
1 parent 756a921 commit ce2e3f6
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 @@ -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
packed_simd = { version = "0.3.4", package = "packed_simd_2", features = ["into_bits"], optional = true }
zeroize = { version = "1", default-features = false }
fiat-crypto = { version = "0.1.5", optional = true}
fiat-crypto = { version = "0.1.6", optional = true}

[features]
nightly = ["subtle/nightly"]
Expand Down

0 comments on commit ce2e3f6

Please sign in to comment.