From 74ad689c21b59da89e44a2eab199f5f8487b577e Mon Sep 17 00:00:00 2001 From: Grant Wuerker Date: Sun, 18 Nov 2018 16:39:55 -0600 Subject: [PATCH] removed cargo dep --- lighthouse/db/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/lighthouse/db/Cargo.toml b/lighthouse/db/Cargo.toml index 0d0bf4a2e3..a2718889c6 100644 --- a/lighthouse/db/Cargo.toml +++ b/lighthouse/db/Cargo.toml @@ -11,4 +11,3 @@ rocksdb = "0.10.1" ssz = { path = "../../beacon_chain/utils/ssz" } ssz_helpers = { path = "../../beacon_chain/utils/ssz_helpers" } types = { path = "../../beacon_chain/types" } -rand = "0.5.5"