Skip to content

Commit 5f6f27d

Browse files
committed
fix: add back in bellperson and remove filecoin-hashers
1 parent b14bb3b commit 5f6f27d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ readme = "README.md"
1010

1111
[dependencies]
1212
anyhow = "1.0.26"
13+
bellperson = "0.26.0"
1314
bincode = "1.1.2"
1415
blstrs = "0.7"
1516
lazy_static = "1.2"
1617
serde = "1.0.104"
1718
filecoin-proofs-v1 = { package = "filecoin-proofs", version = "~18.1.0", default-features = false }
18-
filecoin-hashers = { version = "~13.1.0", default-features = false, features = ["poseidon", "sha256"] }
1919
fr32 = { version = "~11.1.0", default-features = false }
2020
storage-proofs-core = { version = "~18.1.0", default-features = false }
2121

0 commit comments

Comments
 (0)