Skip to content

Commit 9ec6a98

Browse files
committed
fix: update to latest proofs master
1 parent c275ff4 commit 9ec6a98

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Cargo.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,9 @@ bincode = "1.1.2"
1515
blstrs = "0.7"
1616
lazy_static = "1.2"
1717
serde = "1.0.104"
18-
#filecoin-proofs-v1 = { package = "filecoin-proofs", version = "~18.1.0", default-features = false }
19-
#fr32 = { version = "~11.1.0", default-features = false }
20-
#storage-proofs-core = { version = "~18.1.0", default-features = false }
21-
filecoin-proofs-v1 = { git = "https://github.com/filecoin-project/rust-fil-proofs", branch = "hanabi1224-upgrade-deps", package = "filecoin-proofs", default-features = false }
22-
fr32 = { git = "https://github.com/filecoin-project/rust-fil-proofs", branch = "hanabi1224-upgrade-deps", default-features = false }
23-
storage-proofs-core = { git = "https://github.com/filecoin-project/rust-fil-proofs", branch = "hanabi1224-upgrade-deps", default-features = false }
18+
filecoin-proofs-v1 = { package = "filecoin-proofs", version = "~18.1.0", default-features = false }
19+
fr32 = { version = "~11.1.0", default-features = false }
20+
storage-proofs-core = { version = "~18.1.0", default-features = false }
2421

2522
[features]
2623
default = ["opencl", "cuda"]

0 commit comments

Comments
 (0)