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

Commit

Permalink
Fix build (#7807)
Browse files Browse the repository at this point in the history
* Update Cargo.toml

* updated Cargo.lock
  • Loading branch information
NikVolf authored and svyatonik committed Feb 5, 2018
1 parent 97a3c6e commit 8587df1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 40 deletions.
40 changes: 1 addition & 39 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 transaction-pool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ authors = ["Parity Technologies <admin@parity.io>"]
error-chain = "0.11"
log = "0.3"
smallvec = "0.4"
ethereum-types = { version = "0.2", features = ["heapsizeof"] }
ethereum-types = { version = "0.1", features = ["heapsizeof"] }

0 comments on commit 8587df1

Please sign in to comment.