From 6a2ca885365799f4214d7b64f286240e9b872721 Mon Sep 17 00:00:00 2001 From: Niklas Adofsson Date: Wed, 22 Aug 2018 18:03:06 +0200 Subject: [PATCH] fix `ethbloom test` by falling back to rustc-hex --- ethbloom/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethbloom/Cargo.toml b/ethbloom/Cargo.toml index 5df4aac..81c49b7 100644 --- a/ethbloom/Cargo.toml +++ b/ethbloom/Cargo.toml @@ -17,7 +17,7 @@ serde = { version = "1.0", optional = true } [dev-dependencies] rand = { version = "0.4" } -rustc-hex = "2.0" +rustc-hex = "1.0.0" [features] default = ["std", "heapsizeof", "serialize", "fixed-hash/libc"]