From b37c87c8888bc26d415bfad219bcf862032c49cb Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Wed, 9 Feb 2022 08:25:02 +0800 Subject: [PATCH] Custom rustyline. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4fb2e519..7aa8be11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ unicode-xid = { version = "0.2", default-features = false, optional = true } rust_decimal = { version = "1.16", default-features = false, features = ["maths"], optional = true } # notice that a custom modified version of `rustyline` is used which supports bracketed paste on Windows # this can be moved to the official version when bracketed paste is added -rustyline = { version = "9", optional = true, git = "https://github.com/schungx/rustyline", branch = "bracketed_paste" } +rustyline = { version = "9", optional = true, git = "https://github.com/schungx/rustyline" } [dev-dependencies] serde_bytes = "0.11"