From 2ea80de13c3a4e050b96d7408c94da42de3e6163 Mon Sep 17 00:00:00 2001 From: debris Date: Fri, 5 Jan 2018 17:42:29 +0100 Subject: [PATCH] ethbloom crate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4450162..4fe2043 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,5 +9,5 @@ rustc_version = "0.2" [dependencies] crunchy = "0.1.5" ethereum-types = { path ="../ethereum-types", features = ["std", "heapsizeof"] } -quickcheck = "0.4" +quickcheck = "0.6" uint = { path = "../uint" }