Skip to content

Commit 87f0240

Browse files
committed
chore: Release sha2raw version 14.0.1
1 parent 3f664bb commit 87f0240

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fil-proofs-tooling = { path = "fil-proofs-tooling", default-features = false, ve
1818
filecoin-hashers = { path = "filecoin-hashers", default-features = false, version = "~14.0.0" }
1919
filecoin-proofs = { path = "filecoin-proofs", default-features = false, version = "~19.0.0" }
2020
fr32 = { path = "fr32", default-features = false, version = "~12.0.0" }
21-
sha2raw = { path = "sha2raw", default-features = false, version = "~14.0.0" }
21+
sha2raw = { path = "sha2raw", default-features = false, version = "~14.0.1" }
2222
storage-proofs-core = { path = "storage-proofs-core", default-features = false, version = "~19.0.0" }
2323
storage-proofs-porep = { path = "storage-proofs-porep", default-features = false, version = "~19.0.0" }
2424
storage-proofs-post = { path = "storage-proofs-post", default-features = false, version = "~19.0.0" }

sha2raw/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sha2raw"
3-
version = "14.0.0"
3+
version = "14.0.1"
44
authors = ["RustCrypto Developers", "Friedel Ziegelmayer <me@dignifiedquire.com>"]
55
license = "MIT OR Apache-2.0"
66
description = "SHA-2 hash function"

0 commit comments

Comments
 (0)