mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 06:48:17 +02:00
Pin reedline
to new 0.15
for release (#7918)
# Description See release notes: https://github.com/nushell/reedline/releases/tag/v0.15.0
This commit is contained in:
committed by
GitHub
parent
f74694d5a3
commit
ad14b763f9
@ -20,7 +20,7 @@ nu-protocol = { path = "../nu-protocol", version = "0.74.1" }
|
||||
nu-utils = { path = "../nu-utils", version = "0.74.1" }
|
||||
nu-ansi-term = "0.46.0"
|
||||
nu-color-config = { path = "../nu-color-config", version = "0.74.1" }
|
||||
reedline = { version = "0.14.0", features = ["bashisms", "sqlite"] }
|
||||
reedline = { version = "0.15.0", features = ["bashisms", "sqlite"] }
|
||||
|
||||
atty = "0.2.14"
|
||||
chrono = { default-features = false, features = ["std"], version = "0.4.23" }
|
||||
|
Reference in New Issue
Block a user