mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 23:07:46 +02:00
Pin reedline
to 0.18.0
release (#8728)
# Description see release notes: https://github.com/nushell/reedline/releases/tag/v0.18.0
This commit is contained in:
committed by
GitHub
parent
ca4d8008d4
commit
b84a01cb1d
@ -24,7 +24,7 @@ nu-utils = { path = "../nu-utils", version = "0.77.2" }
|
||||
nu-color-config = { path = "../nu-color-config", version = "0.77.2" }
|
||||
|
||||
nu-ansi-term = "0.47.0"
|
||||
reedline = { version = "0.17.0", features = ["bashisms", "sqlite"] }
|
||||
reedline = { version = "0.18.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