Skip to content

Commit

Permalink
chore: change overlord dependency to rev (nervosnetwork#35)
Browse files Browse the repository at this point in the history
* change overlord dependency to rev

* update merkle
  • Loading branch information
Wenchao Hu authored Oct 28, 2019
1 parent 8a4386a commit 762d1dd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 21 deletions.
26 changes: 7 additions & 19 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 common/merkle/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ edition = "2018"
bytes = "0.4"
protocol = { path = "../../protocol" }
rayon = "1.0"
static_merkle_tree = { git = "https://github.com/yejiayu/static-merkle-tree.git", branch = "trait_scope" }
static_merkle_tree = "1.1.0"
2 changes: 1 addition & 1 deletion core/consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bytes = "0.4"
creep = "0.1"
derive_more = "0.15"
futures-preview = "0.3.0-alpha.19"
overlord = { git = "https://github.com/cryptape/overlord.git", branch = "dev" }
overlord = { git = "https://github.com/cryptape/overlord.git", rev = "10ce94a0" }
parking_lot = "0.9"
rlp = "0.4"
serde = {version = "1.0", features = ["derive"]}
Expand Down

0 comments on commit 762d1dd

Please sign in to comment.