Skip to content
Merged
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
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ members = [
]

[workspace.dependencies]
fil-proofs-param = { path = "fil-proofs-param", default-features = false, version = "~14.0.0" }
fil-proofs-tooling = { path = "fil-proofs-tooling", default-features = false, version = "~19.0.0" }
fil-proofs-param = { path = "fil-proofs-param", default-features = false, version = "~14.0.1" }
fil-proofs-tooling = { path = "fil-proofs-tooling", default-features = false, version = "~19.0.1" }
filecoin-hashers = { path = "filecoin-hashers", default-features = false, version = "~14.0.0" }
filecoin-proofs = { path = "filecoin-proofs", default-features = false, version = "~19.0.0" }
filecoin-proofs = { path = "filecoin-proofs", default-features = false, version = "~19.0.1" }
fr32 = { path = "fr32", default-features = false, version = "~12.0.0" }
sha2raw = { path = "sha2raw", default-features = false, version = "~14.0.0" }
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" }
storage-proofs-update = { path = "storage-proofs-update", default-features = false, version = "~19.0.0" }
storage-proofs-core = { path = "storage-proofs-core", default-features = false, version = "~19.0.1" }
storage-proofs-porep = { path = "storage-proofs-porep", default-features = false, version = "~19.0.1" }
storage-proofs-post = { path = "storage-proofs-post", default-features = false, version = "~19.0.1" }
storage-proofs-update = { path = "storage-proofs-update", default-features = false, version = "~19.0.1" }
# Sorted alphabetically
anyhow = "1.0.23"
bellperson = "0.26.0"
Expand Down
2 changes: 1 addition & 1 deletion fil-proofs-param/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fil-proofs-param"
description = "Filecoin parameter cli tools."
version = "14.0.0"
version = "14.0.1"
authors = ["dignifiedquire <[email protected]>", "laser <[email protected]>", "porcuquine <[email protected]>"]
license = "MIT OR Apache-2.0"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion fil-proofs-tooling/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fil-proofs-tooling"
description = "Tooling for rust-fil-proofs"
version = "19.0.0"
version = "19.0.1"
authors = ["dignifiedquire <[email protected]>"]
license = "MIT OR Apache-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion filecoin-proofs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "filecoin-proofs"
description = "The Filecoin specific aspects of storage-proofs, including a C based FFI, to generate and verify proofs."
version = "19.0.0"
version = "19.0.1"
authors = ["dignifiedquire <[email protected]>", "laser <[email protected]>", "porcuquine <[email protected]>"]
license = "MIT OR Apache-2.0"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion storage-proofs-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "storage-proofs-core"
version = "19.0.0"
version = "19.0.1"
authors = ["dignifiedquire <[email protected]>"]
description = "Core parts for proofs of storage"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion storage-proofs-porep/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "storage-proofs-porep"
version = "19.0.0"
version = "19.0.1"
authors = ["dignifiedquire <[email protected]>"]
description = "Proofs of replication"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion storage-proofs-post/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "storage-proofs-post"
version = "19.0.0"
version = "19.0.1"
authors = ["dignifiedquire <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "Proofs of Space Time"
Expand Down
2 changes: 1 addition & 1 deletion storage-proofs-update/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "storage-proofs-update"
version = "19.0.0"
version = "19.0.1"
authors = ["dignifiedquire <[email protected]>"]
description = "Proof of SDR-PoRep CC-Sector Update"
license = "MIT OR Apache-2.0"
Expand Down