diff options
author | NerdyPepper <[email protected]> | 2019-06-20 18:07:54 +0100 |
---|---|---|
committer | NerdyPepper <[email protected]> | 2019-06-20 18:07:54 +0100 |
commit | d9d03c08b45b58850df398477618811a29345df7 (patch) | |
tree | c101fcd7a559108e3eaabaa3d525cefd9ca1a799 /Cargo.toml | |
parent | 784da4e3e3a106a08d9bc91926ae5a2f3a3286d4 (diff) | |
parent | 4811ea296c380a89794334b79e74c6b6e3aa6569 (diff) |
merge dev and master, fix conflictsv0.2.5
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 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 = "4.0.0" | 15 | rustyline = "4.1.0" |
16 | clap = "2.32.0" | 16 | clap = "2.32.0" |
17 | radix_fmt = "0.1.1" | 17 | radix_fmt = "1.0.0" |
18 | lazy_static = "1.3.0" | 18 | lazy_static = "1.3.0" |