Skip to content

Commit

Permalink
fix: point to latest merkle_light release
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptonemo committed Jul 17, 2020
1 parent c1b956a commit 12d0e69
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
3 changes: 1 addition & 2 deletions fil-proofs-tooling/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ blake2s_simd = "0.5.6"
fil_logger = "0.1"
log = "0.4.8"
uom = "0.28"
#merkletree = "0.20.0"
merkletree = { git = "https://github.com/filecoin-project/merkle_light", branch = "update-discard-rows" }
merkletree = "0.21.0"
bincode = "1.1.2"
anyhow = "1.0.23"
ff = { version = "0.2.0", package = "fff" }
Expand Down
3 changes: 1 addition & 2 deletions filecoin-proofs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ blake2s_simd = "0.5.8"
hex = "0.4.0"
tee = "0.1.0"
os_pipe = "0.9.1"
#merkletree = "0.20.0"
merkletree = { git = "https://github.com/filecoin-project/merkle_light", branch = "update-discard-rows" }
merkletree = "0.21.0"
bincode = "1.1.2"
anyhow = "1.0.23"
rand_xorshift = "0.2.0"
Expand Down
3 changes: 1 addition & 2 deletions storage-proofs/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ bench = false

[dependencies]
rand = "0.7"
#merkletree = "0.20.0"
merkletree = { git = "https://github.com/filecoin-project/merkle_light", branch = "update-discard-rows" }
merkletree = "0.21.0"
byteorder = "1"
config = { version = "0.10.1", default-features = false, features = ["toml"] }
itertools = "0.9"
Expand Down
3 changes: 1 addition & 2 deletions storage-proofs/porep/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ readme = "README.md"
storage-proofs-core = { path = "../core", version = "4.0.1" }
sha2raw = { path = "../../sha2raw", version = "1.0.0" }
rand = "0.7"
#merkletree = "0.20.0"
merkletree = { git = "https://github.com/filecoin-project/merkle_light", branch = "update-discard-rows" }
merkletree = "0.21.0"
memmap = "0.7"
num-bigint = "0.2"
num-traits = "0.2"
Expand Down
3 changes: 1 addition & 2 deletions storage-proofs/post/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ readme = "README.md"
[dependencies]
storage-proofs-core = { path = "../core", version = "4.0.1" }
rand = "0.7"
#merkletree = "0.20.0"
merkletree = { git = "https://github.com/filecoin-project/merkle_light", branch = "update-discard-rows" }
merkletree = "0.21.0"
byteorder = "1"
crossbeam = "0.7.3"
sha2 = { version = "0.8.3", package = "sha2ni" }
Expand Down

0 comments on commit 12d0e69

Please sign in to comment.