Skip to content

Commit

Permalink
chore(filecoin-proofs): 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 16605f0 commit 1151b9e
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 @@ -13,7 +13,7 @@ storage-proofs-core = { path = "../storage-proofs-core", version = "~12.0.0", de
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 = "~12.0.0", default-features = false }
filecoin-proofs = { version = "~11.0.0", path = "../filecoin-proofs", default-features = false }
filecoin-proofs = { version = "~12.0.0", path = "../filecoin-proofs", default-features = false }
rand = "0.8"
lazy_static = "1.2"
pbr = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion fil-proofs-tooling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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 }
filecoin-proofs = { path = "../filecoin-proofs", version = "~11.0.0", default-features = false }
filecoin-proofs = { path = "../filecoin-proofs", version = "~12.0.0", default-features = false }
filecoin-hashers = { path = "../filecoin-hashers", version = "~7.0.0", default-features = false, features = ["poseidon", "blake2s", "sha256"] }
clap = { version = "3.1.6", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
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 = "11.0.2"
version = "12.0.0"
authors = ["dignifiedquire <dignifiedquire@gmail.com>", "laser <l@s3r.com>", "porcuquine <porcuquine@users.noreply.github.com>"]
license = "MIT OR Apache-2.0"
edition = "2018"
Expand Down

0 comments on commit 1151b9e

Please sign in to comment.