update rlp

This commit is contained in:
Robert Habermeier 2017-11-10 20:21:24 +01:00
parent 33f32ae3a4
commit 88b0b42258
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ description = "in memory patricia trie operations"
license = "GPL-3.0"
[dependencies]
rlp = { version = "0.2", path = "../rlp" }
rlp = { version = "0.2.1", path = "../rlp" }
ethcore-bigint = { version = "0.2.1", path = "../bigint" }
keccak-hash = { version = "0.1", path = "../hash" }