We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee6f95 commit e2f7cb3Copy full SHA for e2f7cb3
Cargo.toml
@@ -11,7 +11,7 @@ readme = "README.md"
11
12
[dependencies]
13
bellperson = { version = "0.12.3", default-features = false }
14
-filecoin-proofs = { version = "5.4.0", path = "../filecoin-proofs", default-features = false }
+filecoin-proofs = { version = "^6.0.0", path = "../filecoin-proofs", default-features = false }
15
storage-proofs = { version = "^6.0.0", path = "../storage-proofs", default-features = false }
16
filecoin-hashers = { version = "1.0.0", path = "../filecoin-hashers", default-features = false, features = ["sha256"] }
17
groupy = "0.3.1"
0 commit comments