Skip to content

Commit 053c883

Browse files
committed
chore: Release storage-proofs-core version 19.0.1
1 parent 3f664bb commit 053c883

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
@@ -19,7 +19,7 @@ filecoin-hashers = { path = "filecoin-hashers", default-features = false, versio
1919
filecoin-proofs = { path = "filecoin-proofs", default-features = false, version = "~19.0.0" }
2020
fr32 = { path = "fr32", default-features = false, version = "~12.0.0" }
2121
sha2raw = { path = "sha2raw", default-features = false, version = "~14.0.0" }
22-
storage-proofs-core = { path = "storage-proofs-core", default-features = false, version = "~19.0.0" }
22+
storage-proofs-core = { path = "storage-proofs-core", default-features = false, version = "~19.0.1" }
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" }
2525
storage-proofs-update = { path = "storage-proofs-update", default-features = false, version = "~19.0.0" }

storage-proofs-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "storage-proofs-core"
3-
version = "19.0.0"
3+
version = "19.0.1"
44
authors = ["dignifiedquire <[email protected]>"]
55
description = "Core parts for proofs of storage"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)