Skip to content

Commit cffc855

Browse files
committed
Update rustyline
1 parent 95264a1 commit cffc855

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ serde_json = { version = "1.0.45", default-features = false, features = ["alloc"
3636
unicode-xid = { version = "0.2.0", default-features = false, optional = true }
3737
rust_decimal = { version = "1.16.0", default-features = false, features = ["maths"], optional = true }
3838
getrandom = { version = "0.2.0", optional = true }
39-
rustyline = { version = "13.0.0", optional = true }
39+
rustyline = { version = "15.0.0", optional = true }
4040
document-features = { version = "0.2.0", optional = true }
4141
arbitrary = { version = "1.3.2", optional = true, features = ["derive"] }
4242

@@ -164,7 +164,7 @@ features = ["document-features", "metadata", "serde", "internals", "decimal", "d
164164
[patch.crates-io]
165165
# Notice that a custom modified version of `rustyline` is used which supports bracketed paste on Windows.
166166
# This can be moved to the official version when bracketed paste is added.
167-
rustyline = { git = "https://github.com/schungx/rustyline", branch = "v13" }
167+
rustyline = { git = "https://github.com/schungx/rustyline", branch = "v15_fake" }
168168

169169
# Patch SmartString to resolve an UB issue.
170170
#smartstring = { git = "https://github.com/bodil/smartstring", ref = "refs/pull/34/head" }

0 commit comments

Comments
 (0)