diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-12-06 21:56:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-06 21:56:40 +0100 |
| commit | 07f78912d629eb788cd9feca344e6b4720a3bef3 (patch) | |
| tree | a734a53ca4151b02bd654d115a8eb947f79249aa /cli/Cargo.toml | |
| parent | 9bdc9e4ecb7227c80384206f6d7f869f183e4525 (diff) | |
chore: update rustyline to 13.0.0 (#21481)
Prerequisite for https://github.com/denoland/deno/pull/18453.
This update also makes it possible to address
https://github.com/denoland/deno/issues/8049 by
using
https://docs.rs/rustyline/latest/rustyline/struct.Editor.html#method.create_external_printer
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 82aedcec0..95b221e14 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -121,7 +121,7 @@ quick-junit = "^0.3.5" rand = { workspace = true, features = ["small_rng"] } regex.workspace = true ring.workspace = true -rustyline = { version = "=10.0.0", default-features = false, features = ["custom-bindings"] } +rustyline = { version = "=13.0.0", default-features = false, features = ["custom-bindings", "with-file-history"] } rustyline-derive = "=0.7.0" serde.workspace = true serde_repr.workspace = true |
