update rlp

This commit is contained in:
Robert Habermeier 2017-11-10 20:21:24 +01:00
parent 9076e818c4
commit 05658b0397
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ ethcore-bytes = { version = "0.1.0", path = "../bytes" }
ethcore-bigint = { version = "0.2.1", path = "../bigint" }
keccak-hash = { version = "0.1.0", path = "../hash" }
hashdb = { version = "0.1.1", path = "../hashdb" }
rlp = { version = "0.2.0", path = "../rlp" }
rlp = { version = "0.2.1", path = "../rlp" }
triehash = { version = "0.1.0", path = "../triehash" }
memorydb = { version = "0.1.0", path = "../memorydb" }
ethcore-logger = { version = "1.9.0", path = "../../logger" }