diff --git a/fil-proofs-param/Cargo.toml b/fil-proofs-param/Cargo.toml index c89a414b8..767655d23 100644 --- a/fil-proofs-param/Cargo.toml +++ b/fil-proofs-param/Cargo.toml @@ -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" diff --git a/fil-proofs-tooling/Cargo.toml b/fil-proofs-tooling/Cargo.toml index c726e5ae3..ba341b592 100644 --- a/fil-proofs-tooling/Cargo.toml +++ b/fil-proofs-tooling/Cargo.toml @@ -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"] } diff --git a/filecoin-proofs/Cargo.toml b/filecoin-proofs/Cargo.toml index 2d1637245..5971f5a96 100644 --- a/filecoin-proofs/Cargo.toml +++ b/filecoin-proofs/Cargo.toml @@ -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 ", "laser ", "porcuquine "] license = "MIT OR Apache-2.0" edition = "2018"