Pin reedline to 0.19.1 for 0.80 release (#9211)

# Description
This just includes the bracketed paste bugfix in nushell/reedline#577


# User-Facing Changes
None

# Tests + Formatting

# After Submitting
This commit is contained in:
Stefan Holderbach
2023-05-17 00:05:24 +02:00
committed by GitHub
parent bf86cd50a5
commit c9652bce00
3 changed files with 6 additions and 5 deletions

View File

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