From 9ce7a6c00b2897c491c6e651fd07f76be0466947 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Drwi=C4=99ga?= Date: Thu, 22 Mar 2018 09:24:46 +0100 Subject: [PATCH] Avoid allocations when computing triehash. (#8176) * Avoid allocations when computing triehash. * Bump elastic-array to 0.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8e74594..89a2f64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["Parity Technologies "] [dependencies] -elastic-array = "0.9" +elastic-array = "0.10" ethereum-types = "0.2" kvdb = { path = "../kvdb" } log = "0.3"