From 7ddde8e0f553289c1bee3d861e559297b4d16044 Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Tue, 10 Dec 2019 21:15:01 +0100 Subject: [PATCH] feat(rust): params v20-1 ref https://github.com/filecoin-project/rust-fil-proofs/pull/985/ --- rust/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 748b26dc..3aa4bce0 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -697,7 +697,7 @@ dependencies = [ [[package]] name = "filecoin-proofs" version = "0.6.4" -source = "git+https://github.com/filecoin-project/rust-fil-proofs.git#df1f0c850cc2cdce684a22df626dfa7f9de350e5" +source = "git+https://github.com/filecoin-project/rust-fil-proofs.git#d815366e1adee1ea3b32fa2416f09eccf2d096b6" dependencies = [ "anyhow 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)", "bellperson 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1979,7 +1979,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "storage-proofs" version = "0.6.2" -source = "git+https://github.com/filecoin-project/rust-fil-proofs.git#df1f0c850cc2cdce684a22df626dfa7f9de350e5" +source = "git+https://github.com/filecoin-project/rust-fil-proofs.git#d815366e1adee1ea3b32fa2416f09eccf2d096b6" dependencies = [ "aes 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "anyhow 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",