aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig9
1 files changed, 1 insertions, 8 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index ec31c55..c3c472e 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "which"
-version = "4.2.4"
+version = "4.1.0"
edition = "2018"
authors = ["Harry Fei <tiziyuanfang@gmail.com>"]
repository = "https://github.com/harryfei/which-rs.git"
@@ -14,13 +14,6 @@ keywords = ["which", "which-rs", "unix", "command"]
[dependencies]
either = "1.6"
libc = "0.2.65"
-regex = { version = "1.5.4", optional = true }
-
-[target.'cfg(windows)'.dependencies]
-lazy_static = "1"
[dev-dependencies]
tempdir = "0.3.7"
-
-[package.metadata.docs.rs]
-all-features = true