update reedline (#5062)

This commit is contained in:
Fernando Herrera
2022-04-01 19:22:40 +01:00
committed by GitHub
parent 4bb95a880f
commit a088081695
4 changed files with 7 additions and 7 deletions

View File

@ -77,8 +77,8 @@ unicode-segmentation = "1.8.0"
url = "2.2.1"
uuid = { version = "0.8.2", features = ["v4"] }
which = { version = "4.2.2", optional = true }
#reedline = "0.3.0"
reedline = { git = "https://github.com/nushell/reedline", branch = "main" }
#reedline = {version = "0.3.0", features = ["bashisms"]}
reedline = { git = "https://github.com/nushell/reedline", branch = "main", features = ["bashisms"]}
zip = { version="0.5.9", optional = true }
[target.'cfg(unix)'.dependencies]