summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClementTsang <clementjhtsang@gmail.com>2020-01-12 13:15:35 -0500
committerClementTsang <clementjhtsang@gmail.com>2020-01-12 13:15:49 -0500
commit545cb8b8b1753c180f04328a1ac09a2b849d0243 (patch)
tree4a5018c1017a23001a1c6df795c33b04c8ebd4bf /Cargo.toml
parent0e35d300685af420fa2dcc250d14727b52b4cf77 (diff)
Change of hjkl navigation and removal of q to quit (replaced by Ctrl-[char]) variants. This is required for a less confusing use of upcoming search functionality
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 a0a65e93..316e8ffc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,7 @@ futures-timer = "2.0.2"
futures = "0.3.1"
heim = "0.0.9"
log = "0.4"
-regex = "1.3.1"
+regex = "1.3.3"
sysinfo = "0.9" #0.9 seems to be the last working version for my Ryzen PC...
tokio = "0.2.9"
winapi = "0.3"