move to latest stable reedline (#6136)

This commit is contained in:
JT
2022-07-27 07:19:38 +12:00
committed by GitHub
parent 65f0edd14b
commit e2a4632159
4 changed files with 6 additions and 5 deletions

View File

@ -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"

View File

@ -84,7 +84,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 = { git = "https://github.com/nushell/reedline.git", features = ["bashisms", "sqlite"]}
reedline = { version = "0.9.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 }