Pin reedline to 0.30.0 release (#12081)

https://github.com/nushell/reedline/releases/tag/v0.30.0
This commit is contained in:
Stefan Holderbach
2024-03-05 21:13:57 +01:00
committed by GitHub
parent 565c6409d9
commit 9a07b41c9d
4 changed files with 7 additions and 6 deletions

View File

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

View File

@ -12,7 +12,7 @@ nu-cli = { path = "../nu-cli", version = "0.90.2" }
nu-parser = { path = "../nu-parser", version = "0.90.2" }
nu-protocol = { path = "../nu-protocol", version = "0.90.2" }
reedline = { version = "0.29" }
reedline = { version = "0.30" }
crossbeam-channel = "0.5.8"
lsp-types = "0.95.0"