mirror of
https://github.com/nushell/nushell.git
synced 2025-05-07 19:44:25 +02:00
move to latest stable reedline (#6136)
This commit is contained in:
parent
65f0edd14b
commit
e2a4632159
5
Cargo.lock
generated
5
Cargo.lock
generated
@ -3872,8 +3872,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "reedline"
|
name = "reedline"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
source = "git+https://github.com/nushell/reedline.git#2e7483fe4d65a2483de12d79847754be298d1934"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "1815a84fe3d1c632106199f4ba844c109d783e16682df293044bb994537671d8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chrono",
|
"chrono",
|
||||||
"crossterm",
|
"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-table = { path = "./crates/nu-table", version = "0.65.1" }
|
||||||
nu-term-grid = { path = "./crates/nu-term-grid", 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" }
|
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"
|
pretty_env_logger = "0.4.0"
|
||||||
rayon = "1.5.1"
|
rayon = "1.5.1"
|
||||||
is_executable = "1.0.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-utils = { path = "../nu-utils", version = "0.65.1" }
|
||||||
nu-ansi-term = "0.46.0"
|
nu-ansi-term = "0.46.0"
|
||||||
nu-color-config = { path = "../nu-color-config", version = "0.65.1" }
|
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"
|
crossterm = "0.23.0"
|
||||||
miette = { version = "5.1.0", features = ["fancy"] }
|
miette = { version = "5.1.0", features = ["fancy"] }
|
||||||
thiserror = "1.0.31"
|
thiserror = "1.0.31"
|
||||||
|
@ -84,7 +84,7 @@ unicode-segmentation = "1.8.0"
|
|||||||
url = "2.2.1"
|
url = "2.2.1"
|
||||||
uuid = { version = "1.1.2", features = ["v4"] }
|
uuid = { version = "1.1.2", features = ["v4"] }
|
||||||
which = { version = "4.2.2", optional = true }
|
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"] }
|
wax = { version = "0.5.0", features = ["diagnostics"] }
|
||||||
rusqlite = { version = "0.28.0", features = ["bundled"], optional = true }
|
rusqlite = { version = "0.28.0", features = ["bundled"], optional = true }
|
||||||
sqlparser = { version = "0.16.0", features = ["serde"], optional = true }
|
sqlparser = { version = "0.16.0", features = ["serde"], optional = true }
|
||||||
|
Loading…
Reference in New Issue
Block a user