mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 14:40:06 +02:00
Pin reedline to the 0.13.0 release (#6789)
See the release notes: https://github.com/nushell/reedline/releases/tag/v0.13.0
This commit is contained in:
committed by
GitHub
parent
46eec5e3a2
commit
f0420c5a6c
@ -20,7 +20,7 @@ nu-protocol = { path = "../nu-protocol", version = "0.69.2" }
|
||||
nu-utils = { path = "../nu-utils", version = "0.69.2" }
|
||||
nu-ansi-term = "0.46.0"
|
||||
nu-color-config = { path = "../nu-color-config", version = "0.69.2" }
|
||||
reedline = { version = "0.12.0", features = ["bashisms", "sqlite"]}
|
||||
reedline = { version = "0.13.0", features = ["bashisms", "sqlite"]}
|
||||
|
||||
atty = "0.2.14"
|
||||
chrono = "0.4.21"
|
||||
|
@ -88,7 +88,7 @@ unicode-segmentation = "1.8.0"
|
||||
url = "2.2.1"
|
||||
uuid = { version = "1.1.2", features = ["v4"] }
|
||||
which = { version = "4.3.0", optional = true }
|
||||
reedline = { version = "0.12.0", features = ["bashisms", "sqlite"]}
|
||||
reedline = { version = "0.13.0", features = ["bashisms", "sqlite"]}
|
||||
wax = { version = "0.5.0", features = ["diagnostics"] }
|
||||
rusqlite = { version = "0.28.0", features = ["bundled"], optional = true }
|
||||
sqlparser = { version = "0.23.0", features = ["serde"], optional = true }
|
||||
|
Reference in New Issue
Block a user