aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMaximilian Bosch <[email protected]>2021-12-26 14:22:57 +0000
committerMaximilian Bosch <[email protected]>2021-12-30 17:06:49 +0000
commit4fd3ec330a89e4177099c21277d3c12e97ca0c21 (patch)
treea7cf2cb469b8d7b1285910af61472b1ea2bd05a8 /Cargo.toml
parentcb3e69df8b17ffc0cab721e2dcc285731a1c5bc9 (diff)
Update rustyline to v9
Also refresh line always. This isn't a big deal for the small expressions we have here and also fixes a few annoying issues I had with the highlighter.
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 4527862..6ae2e05 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ categories = ["command-line-interface", "science", "parser-implementations"]
12license = "MIT" 12license = "MIT"
13 13
14[dependencies] 14[dependencies]
15rustyline = "4.1.0" 15rustyline = "9.1.1"
16clap = "2.32.0" 16clap = "2.32.0"
17radix_fmt = "1.0.0" 17radix_fmt = "1.0.0"
18lazy_static = "1.3.0" 18lazy_static = "1.3.0"