Skip to content

Commit 4ff1488

Browse files
authored
build: release v19.0.1 (#1791)
* chore: Release storage-proofs-core version 19.0.1 * chore: Release storage-proofs-porep version 19.0.1 * chore: Release storage-proofs-post version 19.0.1 * chore: Release storage-proofs-update version 19.0.1 * chore: Release filecoin-proofs version 19.0.1 * chore: Release fil-proofs-param version 14.0.1 * chore: Release fil-proofs-tooling version 19.0.1
1 parent 3f664bb commit 4ff1488

File tree

9 files changed

+21
-21
lines changed

9 files changed

+21
-21
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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ 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.0" }
22-
storage-proofs-core = { path = "storage-proofs-core", default-features = false, version = "~19.0.0" }
23-
storage-proofs-porep = { path = "storage-proofs-porep", default-features = false, version = "~19.0.0" }
24-
storage-proofs-post = { path = "storage-proofs-post", default-features = false, version = "~19.0.0" }
25-
storage-proofs-update = { path = "storage-proofs-update", default-features = false, version = "~19.0.0" }
22+
storage-proofs-core = { path = "storage-proofs-core", default-features = false, version = "~19.0.1" }
23+
storage-proofs-porep = { path = "storage-proofs-porep", default-features = false, version = "~19.0.1" }
24+
storage-proofs-post = { path = "storage-proofs-post", default-features = false, version = "~19.0.1" }
25+
storage-proofs-update = { path = "storage-proofs-update", default-features = false, version = "~19.0.1" }
2626
# Sorted alphabetically
2727
anyhow = "1.0.23"
2828
bellperson = "0.26.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 <[email protected]>", "laser <[email protected]>", "porcuquine <[email protected]>"]
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 <[email protected]>"]
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 <[email protected]>", "laser <[email protected]>", "porcuquine <[email protected]>"]
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 <[email protected]>"]
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 <[email protected]>"]
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 <[email protected]>"]
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 <[email protected]>"]
55
description = "Proof of SDR-PoRep CC-Sector Update"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)