From 2b8675c69ffcedf3901245b3f42d592c8a7277dc Mon Sep 17 00:00:00 2001 From: David Palm Date: Thu, 9 Aug 2018 14:07:15 +0200 Subject: [PATCH] Bump rlp to v0.2.2 Triehash has slimmer dependencies --- rlp/Cargo.toml | 2 +- triehash/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rlp/Cargo.toml b/rlp/Cargo.toml index 3a3975f..942a405 100644 --- a/rlp/Cargo.toml +++ b/rlp/Cargo.toml @@ -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 "] [dependencies] diff --git a/triehash/Cargo.toml b/triehash/Cargo.toml index 703a01e..8a2eb9c 100644 --- a/triehash/Cargo.toml +++ b/triehash/Cargo.toml @@ -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" }