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

@ -87,7 +87,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.10.0", features = ["bashisms", "sqlite"]}
reedline = { version = "0.11.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 }