Custom rustyline.
This commit is contained in:
parent
ddc66e7fb8
commit
b37c87c888
@ -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 }
|
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
|
# 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
|
# 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]
|
[dev-dependencies]
|
||||||
serde_bytes = "0.11"
|
serde_bytes = "0.11"
|
||||||
|
Loading…
Reference in New Issue
Block a user