aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-08-04 15:10:40 -0700
committerHaibo Huang <hhb@google.com>2020-08-04 15:10:40 -0700
commite92abd30fa7f0b5a710c5b5ee30052f63efffb33 (patch)
treef9e759189ab9277788562b2f088a6a4248120174 /Cargo.toml
parent8b6eb89f36d32d6c35dea1710c284856b67b9293 (diff)
downloadwhich-e92abd30fa7f0b5a710c5b5ee30052f63efffb33.tar.gz
Upgrade rust/crates/which to 4.0.2
Change-Id: Ia00f7a794e0eb6b3239f171d216675ee6cb02003
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d5f14ac..0ba7115 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@
[package]
name = "which"
-version = "4.0.1"
+version = "4.0.2"
authors = ["Harry Fei <tiziyuanfang@gmail.com>"]
description = "A Rust equivalent of Unix command \"which\". Locate installed executable in cross platforms."
documentation = "https://docs.rs/which/"