summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2022-05-16 18:29:31 +0200
committerCanop <cano.petrole@gmail.com>2022-05-16 18:30:52 +0200
commit70f4d09aab75c7610e34bde855f4cd28ce691954 (patch)
treea6e8271477c17323f5c97d5bd72a4032f5eac2bf /Cargo.toml
parentc6b4eea7fb6074ea9a1217d0c8b3a6dba382d9a0 (diff)
close staging area when a verb empties it
(for example on :rm done in the SA)
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 87dc2e7..126bd66 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -61,7 +61,7 @@ termimad = "0.20.0"
terminal-clipboard = { version = "0.3.1", optional = true }
toml = "0.5"
xterm-query = { version = "0.1", optional = true }
-umask = "1.0.1"
+umask = "2.0.0"
unicode-width = "0.1.8"
[dev-dependencies]