Pin reedline to 0.26 release (#11053)

See full release notes:
https://github.com/nushell/reedline/releases/tag/v0.26.0
This commit is contained in:
Stefan Holderbach
2023-11-14 20:47:25 +01:00
committed by GitHub
parent 1b3092ae7c
commit 82b3ae826f
4 changed files with 7 additions and 6 deletions

View File

@ -25,7 +25,7 @@ nu-protocol = { path = "../nu-protocol", version = "0.86.1" }
nu-utils = { path = "../nu-utils", version = "0.86.1" }
nu-color-config = { path = "../nu-color-config", version = "0.86.1" }
nu-ansi-term = "0.49.0"
reedline = { version = "0.25.0", features = ["bashisms", "sqlite"] }
reedline = { version = "0.26.0", features = ["bashisms", "sqlite"] }
chrono = { default-features = false, features = ["std"], version = "0.4" }
crossterm = "0.27"