diff options
| author | Bert Belder <bertbelder@gmail.com> | 2019-01-14 03:37:24 +0100 |
|---|---|---|
| committer | Bert Belder <bertbelder@gmail.com> | 2019-01-14 05:03:14 +0100 |
| commit | 8039e2a55a9e01064b65a78423b0a49ac71d4361 (patch) | |
| tree | af5bd30fae4f4b71f298e54cf2a830586d3dd7f4 /Cargo.toml | |
| parent | eab457ef957ff838c7db5f9549a8145bf405809d (diff) | |
third_party: upgrade rust crates, now with `--edition 2018` support
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 430f980b2..bc9b84b10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ log = "0.4.6" rand = "0.6.4" remove_dir_all = "0.5.1" ring = "0.13.5" -rustyline = "2.1.0" +rustyline = "3.0.0" serde_json = "1.0.35" source-map-mappings = "0.5.0" tempfile = "3.0.5" |
