update rlp

This commit is contained in:
Robert Habermeier 2017-11-10 20:21:24 +01:00
parent bd0c0e14c9
commit ff8a4eb8d4
1 changed files with 2 additions and 2 deletions

View File

@ -3,12 +3,12 @@ description = "Recursive-length prefix encoding, decoding, and compression"
repository = "https://github.com/paritytech/parity"
license = "MIT/Apache-2.0"
name = "rlp"
version = "0.2.0"
version = "0.2.1"
authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
elastic-array = "0.9"
ethcore-bigint = { path = "../bigint" }
ethcore-bigint = { version = "0.2.1", path = "../bigint" }
lazy_static = "0.2"
rustc-hex = "1.0"
byteorder = "1.0"