Update rustyline.

This commit is contained in:
Stephen Chung
2023-02-20 10:06:26 +08:00
parent 6d888cc0e4
commit 426055d4d3
2 changed files with 23 additions and 12 deletions

View File

@@ -34,7 +34,7 @@ serde_json = { version = "1.0", default-features = false, features = ["alloc"],
unicode-xid = { version = "0.2", default-features = false, optional = true }
rust_decimal = { version = "1.16", default-features = false, features = ["maths"], optional = true }
getrandom = { version = "0.2", optional = true }
rustyline = { version = "10", optional = true }
rustyline = { version = "11", optional = true }
document-features = { version = "0.2", optional = true }
[dev-dependencies]
@@ -151,4 +151,4 @@ features = ["document-features", "metadata", "serde", "internals", "decimal", "d
[patch.crates-io]
# 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 = { git = "https://github.com/schungx/rustyline", branch = "v10" }
rustyline = { git = "https://github.com/schungx/rustyline", branch = "v11" }