Skip to content

Commit

Permalink
ml-kem: bump hybrid-array to v0.2.0-rc.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Mar 4, 2024
1 parent 8cab9f7 commit e54f059
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ml-kem/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ std = ["sha3/std"]
deterministic = [] # Expose deterministic generation and encapsulation functions

[dependencies]
hybrid-array = { version = "0.2.0-rc.6" }
hybrid-array = { version = "0.2.0-rc.7", features = ["extra-sizes"] }
rand_core = "0.6.4"
sha3 = { version = "0.10.8", default-features = false }

Expand Down

0 comments on commit e54f059

Please sign in to comment.