diff options
author | NerdyPepper <[email protected]> | 2019-06-18 07:52:07 +0100 |
---|---|---|
committer | NerdyPepper <[email protected]> | 2019-06-18 07:52:07 +0100 |
commit | 1a06f12da5e701b778009fc5c81db28f092fcede (patch) | |
tree | 41aa18e98550c263e04a17d085a40b7bb7d8a561 /Cargo.toml | |
parent | 2eda7d259dc7529ddaf52c30558d1e0432217959 (diff) |
add history hinting
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ categories = ["command-line-interface", "science", "parser-implementations"] | |||
12 | license = "MIT" | 12 | license = "MIT" |
13 | 13 | ||
14 | [dependencies] | 14 | [dependencies] |
15 | rustyline = "3.0.0" | 15 | rustyline = "4.0.0" |
16 | clap = "2.32.0" | 16 | clap = "2.32.0" |
17 | radix_fmt = "0.1.1" | 17 | radix_fmt = "0.1.1" |
18 | lazy_static = "1.3.0" | 18 | lazy_static = "1.3.0" |