Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fil-proofs-tooling = { path = "fil-proofs-tooling", default-features = false, ve
filecoin-hashers = { path = "filecoin-hashers", default-features = false, version = "~14.0.0" }
filecoin-proofs = { path = "filecoin-proofs", default-features = false, version = "~19.0.0" }
fr32 = { path = "fr32", default-features = false, version = "~12.0.0" }
sha2raw = { path = "sha2raw", default-features = false, version = "~14.0.0" }
sha2raw = { path = "sha2raw", default-features = false, version = "~14.0.1" }
storage-proofs-core = { path = "storage-proofs-core", default-features = false, version = "~19.0.0" }
storage-proofs-porep = { path = "storage-proofs-porep", default-features = false, version = "~19.0.0" }
storage-proofs-post = { path = "storage-proofs-post", default-features = false, version = "~19.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion sha2raw/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sha2raw"
version = "14.0.0"
version = "14.0.1"
authors = ["RustCrypto Developers", "Friedel Ziegelmayer <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "SHA-2 hash function"
Expand Down