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

@@ -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"