Skip to content

Commit

Permalink
update dependency merkletree remove rust-crypto
Browse files Browse the repository at this point in the history
  • Loading branch information
nkysg committed Aug 9, 2022
1 parent 14aaf84 commit 73ced24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 59 deletions.
60 changes: 2 additions & 58 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cmd/merkle-generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ serde_json = { version = "~1", features = ["arbitrary_precision"] }
anyhow = "~1"
hex = "~0.4"
bcs-ext = { package = "bcs-ext", path = "../../commons/bcs_ext" }
merkletree = { version = "0.21.0", features = ["chaincore"] }
merkletree = { git = "https://github.com/filecoin-project/merkletree", rev = "05dd6de235e0dc36dbe05cb0849f35957fdca5be" }
starcoin-vm-types = { path = "../../vm/types" }
starcoin-crypto = { git = "https://github.com/starcoinorg/starcoin-crypto", rev = "d871dfb4216f034ee334a575926c101574d9d6dc" }
clap = { version = "3", features = ["derive"] }

0 comments on commit 73ced24

Please sign in to comment.