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

Commit

Permalink
Cleanup unused vm dependencies (#10787)
Browse files Browse the repository at this point in the history
  • Loading branch information
debris authored and s3krit committed Sep 11, 2019
1 parent 3847dd2 commit b44b54a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions Cargo.lock

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

3 changes: 0 additions & 3 deletions ethcore/vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@ version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]

[dependencies]
byteorder = "1.0"
parity-bytes = "0.1"
ethereum-types = "0.4"
trie-db = "0.11.0"
patricia-trie-ethereum = { path = "../../util/patricia-trie-ethereum" }
log = "0.4"
ethjson = { path = "../../json" }
rlp = { version = "0.3.0", features = ["ethereum"] }
keccak-hash = "0.1"
1 change: 0 additions & 1 deletion ethcore/vm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ extern crate ethjson;
extern crate rlp;
extern crate keccak_hash as hash;
extern crate patricia_trie_ethereum as ethtrie;
extern crate trie_db as trie;

mod action_params;
mod call_type;
Expand Down

0 comments on commit b44b54a

Please sign in to comment.