Pin to reedline 0.17 (#8441)

# Description

See release notes:

https://github.com/nushell/reedline/releases/tag/v0.17.0
This commit is contained in:
Stefan Holderbach
2023-03-14 00:04:36 +01:00
committed by GitHub
parent 4eec4a27c7
commit c7583ecdb7
4 changed files with 7 additions and 6 deletions

View File

@ -24,7 +24,7 @@ nu-utils = { path = "../nu-utils", version = "0.76.1" }
nu-ansi-term = "0.47.0"
nu-color-config = { path = "../nu-color-config", version = "0.76.1" }
reedline = { version = "0.16.0", features = ["bashisms", "sqlite"] }
reedline = { version = "0.17.0", features = ["bashisms", "sqlite"] }
atty = "0.2.14"
chrono = { default-features = false, features = ["std"], version = "0.4.23" }