mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 07:55:59 +02:00
Pin reedline v0.7.0 for the nushell v0.64.0 release (#5781)
Includes the new History API and sqlite history backend Release notes: https://github.com/nushell/reedline/releases/tag/v0.7.0
This commit is contained in:
committed by
GitHub
parent
42dbfd1fa0
commit
fe88d58b1e
@ -17,7 +17,7 @@ nu-parser = { path = "../nu-parser", version = "0.63.1" }
|
||||
nu-protocol = { path = "../nu-protocol", version = "0.63.1" }
|
||||
nu-utils = { path = "../nu-utils", version = "0.63.1" }
|
||||
nu-ansi-term = "0.46.0"
|
||||
reedline = { version = "0.6.0", features = ["bashisms", "sqlite"]}
|
||||
reedline = { version = "0.7.0", features = ["bashisms", "sqlite"]}
|
||||
nu-color-config = { path = "../nu-color-config", version = "0.63.1" }
|
||||
crossterm = "0.23.0"
|
||||
miette = { version = "4.5.0", features = ["fancy"] }
|
||||
|
Reference in New Issue
Block a user