mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 02:28:35 +02:00
move to latest stable reedline (#6136)
This commit is contained in:
@ -19,7 +19,7 @@ nu-protocol = { path = "../nu-protocol", version = "0.65.1" }
|
||||
nu-utils = { path = "../nu-utils", version = "0.65.1" }
|
||||
nu-ansi-term = "0.46.0"
|
||||
nu-color-config = { path = "../nu-color-config", version = "0.65.1" }
|
||||
reedline = { git = "https://github.com/nushell/reedline.git", features = ["bashisms", "sqlite"]}
|
||||
reedline = { version = "0.9.0", features = ["bashisms", "sqlite"]}
|
||||
crossterm = "0.23.0"
|
||||
miette = { version = "5.1.0", features = ["fancy"] }
|
||||
thiserror = "1.0.31"
|
||||
|
Reference in New Issue
Block a user