From 006e76f972a4944131291739fd5d4d673c181769 Mon Sep 17 00:00:00 2001 From: Ingvar Stepanyan Date: Wed, 1 Apr 2020 01:30:40 +0100 Subject: [PATCH] Remove temporary dependency --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f72a2ca6..d1a2280a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,6 @@ num_cpus = "^1.0.0" zopfli = "^0.4.0" miniz_oxide = "0.3" rgb = "0.8.11" -vec_map = "0.8.1" indexmap = { version = "1.3.2", features = ["rayon"] } [dependencies.rayon]