summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorNiklas Mohrin <niklas.mohrin@gmail.com>2021-01-05 10:55:22 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2021-01-05 18:21:16 +0100
commitb600f62ab68e0a11a9bb69dcf45648632d3f52ee (patch)
tree71554a2c06de80d758850d8816e3de01c86ce0e1 /Cargo.lock
parentace655e164a4ce383cc5b6664e8cf5e360ddae35 (diff)
Add unix specific integration test about running bat without any arguments
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 060c41e0..9d34c3c4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -117,6 +117,7 @@ dependencies = [
"syntect",
"tempdir",
"unicode-width",
+ "wait-timeout",
"wild",
]