Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Test. Bump memory-db version to 0.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita committed Jul 29, 2020
1 parent 65ff5e8 commit c51138e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 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 ethcore/account-state/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ keccak-hasher = { path = "../../util/keccak-hasher" }
kvdb = "0.7"
log = "0.4"
lru-cache = "0.1.2"
memory-db = "0.21.1"
memory-db = "0.21.2"
parity-bytes = "0.1.0"
parity-util-mem = "0.7"
parking_lot = "0.10.0"
Expand Down
2 changes: 1 addition & 1 deletion ethcore/light/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ethcore-blockchain = { path = "../blockchain" }
ethereum-types = "0.9.2"
executive-state = { path = "../executive-state" }
machine = { path = "../machine" }
memory-db = "0.21.1"
memory-db = "0.21.2"
trie-db = "0.21.0"
patricia-trie-ethereum = { path = "../../util/patricia-trie-ethereum" }
ethcore-network = { path = "../../util/network" }
Expand Down
2 changes: 1 addition & 1 deletion util/journaldb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ parity-util-mem = "0.7"
keccak-hasher = { path = "../keccak-hasher" }
kvdb = "0.7"
log = "0.4"
memory-db = "0.21.1"
memory-db = "0.21.2"
parking_lot = "0.10.0"
fastmap = { path = "../../util/fastmap" }
rlp = "0.4.5"
Expand Down
2 changes: 1 addition & 1 deletion util/patricia-trie-ethereum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ethereum-types = "0.9.2"
elastic-array = "0.10"

[dev-dependencies]
memory-db = "0.21.1"
memory-db = "0.21.2"
keccak-hash = "0.5.0"
journaldb = { path = "../journaldb" }
criterion = "0.3"
Expand Down

0 comments on commit c51138e

Please sign in to comment.