use simpler reedline (#6016)

This commit is contained in:
JT
2022-07-12 13:25:31 +12:00
committed by GitHub
parent c1bf9fd897
commit a5470b2362
8 changed files with 6 additions and 20 deletions

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 = { version = "0.8.0", features = ["bashisms", "sqlite"]}
reedline = { git = "https://github.com/nushell/reedline.git", features = ["bashisms", "sqlite"]}
wax = { version = "0.5.0", features = ["diagnostics"] }
rusqlite = { version = "0.27.0", features = ["bundled"], optional = true }
sqlparser = { version = "0.16.0", features = ["serde"], optional = true }