From 9268df5f3405103214b4e39d82e5ab1b465475a0 Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Fri, 12 Jan 2024 02:35:55 +0530 Subject: fix(web): use rustyline for prompt (#21893) Workaround until https://github.com/kkawakam/rustyline/pull/759 --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/Cargo.toml') 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 -- cgit v1.2.3