Bump rlp to v0.2.2

Triehash has slimmer dependencies
This commit is contained in:
David Palm 2018-08-09 14:07:15 +02:00
parent 2d3007ec32
commit 2b8675c69f
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ description = "Recursive-length prefix encoding, decoding, and compression"
repository = "https://github.com/paritytech/parity"
license = "MIT/Apache-2.0"
name = "rlp"
version = "0.2.1"
version = "0.2.2"
authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]

View File

@ -8,8 +8,8 @@ license = "GPL-3.0"
[dependencies]
elastic-array = "0.10"
hashdb = { version = "0.2", path = "../hashdb" }
rlp = { version = "0.2.1", path = "../rlp" }
hashdb = { version = "0.2", path = "../hashdb", default_features = false }
rlp = { version = "0.2", path = "../rlp", default_features = false }
[dev-dependencies]
trie-standardmap = { version = "0.1", path = "../trie-standardmap" }