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"