From 3f281754f2a9f4eb849705ff35338e507abc5f71 Mon Sep 17 00:00:00 2001 From: arkpar Date: Thu, 28 Jan 2016 12:35:50 +0100 Subject: [PATCH] removed smallvec --- util/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/util/Cargo.toml b/util/Cargo.toml index 731247912..d0e2e0ab7 100644 --- a/util/Cargo.toml +++ b/util/Cargo.toml @@ -23,7 +23,6 @@ elastic-array = "0.4" heapsize = "0.2" itertools = "0.4" crossbeam = "0.2" -smallvec = "0.1" slab = { git = "https://github.com/arkpar/slab.git" } sha3 = { path = "sha3" } serde = "0.6.7"