Pin reedline to 0.14.0 release (#7050)

See release notes:
https://github.com/nushell/reedline/releases/tag/v0.14.0
This commit is contained in:
Stefan Holderbach
2022-11-07 21:31:15 +01:00
committed by GitHub
parent 611fe41788
commit 3d8d7787de
4 changed files with 7 additions and 6 deletions

View File

@ -20,7 +20,7 @@ nu-protocol = { path = "../nu-protocol", version = "0.70.1" }
nu-utils = { path = "../nu-utils", version = "0.70.1" }
nu-ansi-term = "0.46.0"
nu-color-config = { path = "../nu-color-config", version = "0.70.1" }
reedline = { version = "0.13.0", features = ["bashisms", "sqlite"]}
reedline = { version = "0.14.0", features = ["bashisms", "sqlite"]}
atty = "0.2.14"
chrono = "0.4.21"

View File

@ -86,7 +86,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.13.0", features = ["bashisms", "sqlite"]}
reedline = { version = "0.14.0", features = ["bashisms", "sqlite"]}
wax = { version = "0.5.0" }
rusqlite = { version = "0.28.0", features = ["bundled"], optional = true }
sqlparser = { version = "0.23.0", features = ["serde"], optional = true }