Pin reedline to 0.16.0 (#8142)

# Description

See release notes:
https://github.com/nushell/reedline/releases/tag/v0.16.0

# User-Facing Changes

Only internal

# Tests + Formatting

(-)
This commit is contained in:
Stefan Holderbach
2023-02-20 22:44:04 +01:00
committed by GitHub
parent fa4531fd17
commit ca09dbbbee
4 changed files with 7 additions and 6 deletions

View File

@ -23,7 +23,7 @@ nu-protocol = { path = "../nu-protocol", version = "0.75.1" }
nu-utils = { path = "../nu-utils", version = "0.75.1" }
nu-ansi-term = "0.46.0"
nu-color-config = { path = "../nu-color-config", version = "0.75.1" }
reedline = { version = "0.15.0", features = ["bashisms", "sqlite"] }
reedline = { version = "0.16.0", features = ["bashisms", "sqlite"] }
atty = "0.2.14"
chrono = { default-features = false, features = ["std"], version = "0.4.23" }