Don't use the 'version' key inside `common`

This commit is contained in:
David Palm 2018-07-03 10:32:14 +02:00
parent fefe267f73
commit a3fbe68b78
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ version = "0.2.1"
authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
byteorder = "1.0"
elastic-array = "0.10"
ethereum-types = "0.3"
rustc-hex = "1.0"
byteorder = "1.0"

View File

@ -7,9 +7,9 @@ license = "GPL-3.0"
[dependencies]
elastic-array = "0.10"
rlp = { version = "0.2.1", path = "../rlp" }
ethereum-types = "0.3"
keccak-hash = { version = "0.1", path = "../hash" }
rlp = { path = "../rlp" }
keccak-hash = { path = "../keccak_hash" }
[dev-dependencies]
trie-standardmap = { path = "../trie-standardmap" }