mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 14:40:06 +02:00
Update to reedline 0.10.0 (#6327)
Release notes: https://github.com/nushell/reedline/releases/tag/v0.10.0
This commit is contained in:
committed by
GitHub
parent
a4809f2e68
commit
cc263ee15d
@ -20,7 +20,7 @@ nu-protocol = { path = "../nu-protocol", version = "0.66.4" }
|
||||
nu-utils = { path = "../nu-utils", version = "0.66.4" }
|
||||
nu-ansi-term = "0.46.0"
|
||||
nu-color-config = { path = "../nu-color-config", version = "0.66.4" }
|
||||
reedline = { version = "0.9.0", features = ["bashisms", "sqlite"]}
|
||||
reedline = { version = "0.10.0", features = ["bashisms", "sqlite"]}
|
||||
|
||||
chrono = "0.4.21"
|
||||
crossterm = "0.24.0"
|
||||
|
@ -87,7 +87,7 @@ unicode-segmentation = "1.8.0"
|
||||
url = "2.2.1"
|
||||
uuid = { version = "1.1.2", features = ["v4"] }
|
||||
which = { version = "4.2.2", optional = true }
|
||||
reedline = { version = "0.9.0", features = ["bashisms", "sqlite"]}
|
||||
reedline = { version = "0.10.0", features = ["bashisms", "sqlite"]}
|
||||
wax = { version = "0.5.0", features = ["diagnostics"] }
|
||||
rusqlite = { version = "0.28.0", features = ["bundled"], optional = true }
|
||||
sqlparser = { version = "0.16.0", features = ["serde"], optional = true }
|
||||
|
Reference in New Issue
Block a user