diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2024-01-12 02:35:55 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-11 22:05:55 +0100 |
| commit | 9268df5f3405103214b4e39d82e5ab1b465475a0 (patch) | |
| tree | 76336155130a2e751a9509df370d0060020473ac /cli/Cargo.toml | |
| parent | d8f86c8b9cf327db4d246c20cf60467cafe2ba64 (diff) | |
fix(web): use rustyline for prompt (#21893)
Workaround until https://github.com/kkawakam/rustyline/pull/759
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 0e887abc6..8c6932e4a 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -117,7 +117,7 @@ quick-junit = "^0.3.5" rand = { workspace = true, features = ["small_rng"] } regex.workspace = true ring.workspace = true -rustyline = { version = "=13.0.0", default-features = false, features = ["custom-bindings", "with-file-history"] } +rustyline.workspace = true rustyline-derive = "=0.7.0" serde.workspace = true serde_repr.workspace = true |
