mirror of
https://github.com/nushell/nushell
synced 2024-11-10 15:14:14 +00:00
move to latest stable reedline (#6136)
This commit is contained in:
parent
65f0edd14b
commit
e2a4632159
4 changed files with 6 additions and 5 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
@ -3872,8 +3872,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "reedline"
|
||||
version = "0.8.0"
|
||||
source = "git+https://github.com/nushell/reedline.git#2e7483fe4d65a2483de12d79847754be298d1934"
|
||||
version = "0.9.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1815a84fe3d1c632106199f4ba844c109d783e16682df293044bb994537671d8"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"crossterm",
|
||||
|
|
|
@ -53,7 +53,7 @@ nu-system = { path = "./crates/nu-system", version = "0.65.1" }
|
|||
nu-table = { path = "./crates/nu-table", version = "0.65.1" }
|
||||
nu-term-grid = { path = "./crates/nu-term-grid", version = "0.65.1" }
|
||||
nu-utils = { path = "./crates/nu-utils", version = "0.65.1" }
|
||||
reedline = { git = "https://github.com/nushell/reedline.git", features = ["bashisms", "sqlite"]}
|
||||
reedline = { version = "0.9.0", features = ["bashisms", "sqlite"]}
|
||||
pretty_env_logger = "0.4.0"
|
||||
rayon = "1.5.1"
|
||||
is_executable = "1.0.1"
|
||||
|
|
|
@ -19,7 +19,7 @@ nu-protocol = { path = "../nu-protocol", version = "0.65.1" }
|
|||
nu-utils = { path = "../nu-utils", version = "0.65.1" }
|
||||
nu-ansi-term = "0.46.0"
|
||||
nu-color-config = { path = "../nu-color-config", version = "0.65.1" }
|
||||
reedline = { git = "https://github.com/nushell/reedline.git", features = ["bashisms", "sqlite"]}
|
||||
reedline = { version = "0.9.0", features = ["bashisms", "sqlite"]}
|
||||
crossterm = "0.23.0"
|
||||
miette = { version = "5.1.0", features = ["fancy"] }
|
||||
thiserror = "1.0.31"
|
||||
|
|
|
@ -84,7 +84,7 @@ unicode-segmentation = "1.8.0"
|
|||
url = "2.2.1"
|
||||
uuid = { version = "1.1.2", features = ["v4"] }
|
||||
which = { version = "4.2.2", optional = true }
|
||||
reedline = { git = "https://github.com/nushell/reedline.git", features = ["bashisms", "sqlite"]}
|
||||
reedline = { version = "0.9.0", features = ["bashisms", "sqlite"]}
|
||||
wax = { version = "0.5.0", features = ["diagnostics"] }
|
||||
rusqlite = { version = "0.28.0", features = ["bundled"], optional = true }
|
||||
sqlparser = { version = "0.16.0", features = ["serde"], optional = true }
|
||||
|
|
Loading…
Reference in a new issue