mirror of
https://github.com/nushell/nushell.git
synced 2025-07-01 07:00:37 +02:00
Pin reedline
to 0.30.0 release (#12081)
https://github.com/nushell/reedline/releases/tag/v0.30.0
This commit is contained in:
committed by
GitHub
parent
565c6409d9
commit
9a07b41c9d
@ -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"
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user