Skip to content

Commit 5721bb4

Browse files
authored
Merge branch 'master' into release/v19.0.1
2 parents 87f0240 + 4ff1488 commit 5721bb4

File tree

9 files changed

+17
-17
lines changed

9 files changed

+17
-17
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ members = [
1313
]
1414

1515
[workspace.dependencies]
16-
fil-proofs-param = { path = "fil-proofs-param", default-features = false, version = "~14.0.0" }
17-
fil-proofs-tooling = { path = "fil-proofs-tooling", default-features = false, version = "~19.0.0" }
16+
fil-proofs-param = { path = "fil-proofs-param", default-features = false, version = "~14.0.1" }
17+
fil-proofs-tooling = { path = "fil-proofs-tooling", default-features = false, version = "~19.0.1" }
1818
filecoin-hashers = { path = "filecoin-hashers", default-features = false, version = "~14.0.0" }
19-
filecoin-proofs = { path = "filecoin-proofs", default-features = false, version = "~19.0.0" }
19+
filecoin-proofs = { path = "filecoin-proofs", default-features = false, version = "~19.0.1" }
2020
fr32 = { path = "fr32", default-features = false, version = "~12.0.0" }
2121
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" }

fil-proofs-param/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "fil-proofs-param"
33
description = "Filecoin parameter cli tools."
4-
version = "14.0.0"
4+
version = "14.0.1"
55
authors = ["dignifiedquire <dignifiedquire@gmail.com>", "laser <l@s3r.com>", "porcuquine <porcuquine@users.noreply.github.com>"]
66
license = "MIT OR Apache-2.0"
77
edition = "2018"

fil-proofs-tooling/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "fil-proofs-tooling"
33
description = "Tooling for rust-fil-proofs"
4-
version = "19.0.0"
4+
version = "19.0.1"
55
authors = ["dignifiedquire <dignifiedquire@gmail.com>"]
66
license = "MIT OR Apache-2.0"
77
publish = false

filecoin-proofs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "filecoin-proofs"
33
description = "The Filecoin specific aspects of storage-proofs, including a C based FFI, to generate and verify proofs."
4-
version = "19.0.0"
4+
version = "19.0.1"
55
authors = ["dignifiedquire <dignifiedquire@gmail.com>", "laser <l@s3r.com>", "porcuquine <porcuquine@users.noreply.github.com>"]
66
license = "MIT OR Apache-2.0"
77
edition = "2018"

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 <me@dignifiedquire.com>"]
55
description = "Core parts for proofs of storage"
66
license = "MIT OR Apache-2.0"

storage-proofs-porep/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-porep"
3-
version = "19.0.0"
3+
version = "19.0.1"
44
authors = ["dignifiedquire <me@dignifiedquire.com>"]
55
description = "Proofs of replication"
66
license = "MIT OR Apache-2.0"

storage-proofs-post/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-post"
3-
version = "19.0.0"
3+
version = "19.0.1"
44
authors = ["dignifiedquire <me@dignifiedquire.com>"]
55
license = "MIT OR Apache-2.0"
66
description = "Proofs of Space Time"

storage-proofs-update/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-update"
3-
version = "19.0.0"
3+
version = "19.0.1"
44
authors = ["dignifiedquire <me@dignifiedquire.com>"]
55
description = "Proof of SDR-PoRep CC-Sector Update"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)