From 235a04955560121c635ed4318dc04ff7e9013558 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Sat, 22 Sep 2018 12:19:43 +1000 Subject: [PATCH] Specify ethereum-types version in SSZ --- ssz/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssz/Cargo.toml b/ssz/Cargo.toml index 0500ab3c5c..aa4dc5d72c 100644 --- a/ssz/Cargo.toml +++ b/ssz/Cargo.toml @@ -5,4 +5,4 @@ authors = ["Paul Hauner "] [dependencies] bytes = "0.4.9" -ethereum-types = "" +ethereum-types = "0.4.0"