Skip to content

Commit

Permalink
chore(storage-proofs-update): release 12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptonemo committed Aug 4, 2022
1 parent fe8b99f commit 16605f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fil-proofs-param/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme = "README.md"
storage-proofs-core = { path = "../storage-proofs-core", version = "~12.0.0", default-features = false}
storage-proofs-porep = { path = "../storage-proofs-porep", version = "~12.0.0", default-features = false }
storage-proofs-post = { path = "../storage-proofs-post", version = "~12.0.0", default-features = false }
storage-proofs-update = { path = "../storage-proofs-update", version = "~11.0.0", default-features = false }
storage-proofs-update = { path = "../storage-proofs-update", version = "~12.0.0", default-features = false }
filecoin-proofs = { version = "~11.0.0", path = "../filecoin-proofs", default-features = false }
rand = "0.8"
lazy_static = "1.2"
Expand Down
2 changes: 1 addition & 1 deletion filecoin-proofs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme = "README.md"
storage-proofs-core = { path = "../storage-proofs-core", version = "~12.0.0", default-features = false}
storage-proofs-porep = { path = "../storage-proofs-porep", version = "~12.0.0", default-features = false }
storage-proofs-post = { path = "../storage-proofs-post", version = "~12.0.0", default-features = false }
storage-proofs-update = { path = "../storage-proofs-update", version = "~11.0.0", default-features = false }
storage-proofs-update = { path = "../storage-proofs-update", version = "~12.0.0", default-features = false }
filecoin-hashers = { version = "~7.0.0", path = "../filecoin-hashers", default-features = false, features = ["poseidon", "sha256"] }
rand = "0.8"
lazy_static = "1.2"
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 = "11.0.2"
version = "12.0.0"
authors = ["dignifiedquire <me@dignifiedquire.com>"]
description = "Proof of SDR-PoRep CC-Sector Update"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 16605f0

Please sign in to comment.