From 33ec988d7068e0d7a6d6504bcf3a06056344e887 Mon Sep 17 00:00:00 2001 From: Marc Tiehuis Date: Wed, 1 Mar 2017 18:48:06 +1300 Subject: [PATCH] Remove regex build-dependency in Cargo.toml --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bac7e3f4..2a079292 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,6 @@ termcolor = { version = "0.3.0", path = "termcolor" } [build-dependencies] clap = "2.18" lazy_static = "0.2" -regex = "0.2.1" [features] avx-accel = ["bytecount/avx-accel"]