From 44d60fd9e756ef528f5ad8b4aea38ab1e9e4ddb1 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Thu, 10 Oct 2019 19:58:08 -0600 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9a71b27724..ca3ee0da43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ lazycell = "1" lazy_static = "1" peeking_take_while = "0.1.2" quote = { version = "1", default-features = false } -regex = "1.0" +regex = { version = "1.0", default-features = false } which = { version = "3.0", optional = true, default-features = false } shlex = "0.1" rustc-hash = "1.0.1"