Pin reedline to 0.11.0 release (#6497)

Includes minor bugfixes around the history

Release notes:

https://github.com/nushell/reedline/releases/tag/v0.11.0
This commit is contained in:
Stefan Holderbach
2022-09-06 11:29:51 +02:00
committed by GitHub
parent d86350af80
commit f7d3ccfc70
4 changed files with 6 additions and 7 deletions

View File

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