Pin reedline to new 0.8.0 release (#5954)

For the nushell 0.65.0 release

https://github.com/nushell/reedline/releases/tag/v0.8.0
This commit is contained in:
Stefan Holderbach
2022-07-05 11:25:35 +02:00
committed by GitHub
parent 0d40d0438f
commit 89acbda877
4 changed files with 6 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ nu-protocol = { path = "../nu-protocol", version = "0.65.0" }
nu-utils = { path = "../nu-utils", version = "0.65.0" }
nu-ansi-term = "0.46.0"
nu-color-config = { path = "../nu-color-config", version = "0.65.0" }
reedline = { version = "0.7.0", features = ["bashisms", "sqlite"]}
reedline = { version = "0.8.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 = "0.8.2", features = ["v4"] }
which = { version = "4.2.2", optional = true }
reedline = { version = "0.7.0", features = ["bashisms", "sqlite"]}
reedline = { version = "0.8.0", features = ["bashisms", "sqlite"]}
wax = { version = "0.4.0", features = ["diagnostics"] }
rusqlite = { version = "0.27.0", features = ["bundled"], optional = true }
sqlparser = { version = "0.16.0", features = ["serde"], optional = true }