mirror of
https://github.com/nushell/nushell.git
synced 2025-07-01 15:11:52 +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
@ -83,7 +83,7 @@ unicode-segmentation = "1.8.0"
|
||||
url = "2.2.1"
|
||||
uuid = { version = "0.8.2", features = ["v4"] }
|
||||
which = { version = "4.2.2", optional = true }
|
||||
reedline = { version = "0.6.0", features = ["bashisms", "sqlite"]}
|
||||
reedline = { version = "0.7.0", features = ["bashisms", "sqlite"]}
|
||||
wax = { version = "0.4.0", features = ["diagnostics"] }
|
||||
rusqlite = { version = "0.27.0", features = ["bundled"], optional = true }
|
||||
sqlparser = { version = "0.16.0", features = ["serde"], optional = true }
|
||||
|
Reference in New Issue
Block a user