mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 00:48:24 +02:00
update reedline (#5062)
This commit is contained in:
@ -19,8 +19,8 @@ crossterm = "0.23.0"
|
||||
crossterm_winapi = "0.9.0"
|
||||
miette = { version = "4.1.0", features = ["fancy"] }
|
||||
thiserror = "1.0.29"
|
||||
#reedline = "0.3.0"
|
||||
reedline = { git = "https://github.com/nushell/reedline", branch = "main" }
|
||||
#reedline = {"0.3.0", features = ["bashisms"]}
|
||||
reedline = { git = "https://github.com/nushell/reedline", branch = "main", features = ["bashisms"]}
|
||||
|
||||
log = "0.4"
|
||||
is_executable = "1.0.1"
|
||||
|
@ -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]
|
||||
|
Reference in New Issue
Block a user