mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 17:14:23 +01:00
Pin reedline version for 0.61 release (#5164)
This commit is contained in:
parent
60b5863058
commit
9b020c056b
5
Cargo.lock
generated
5
Cargo.lock
generated
@ -3495,8 +3495,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "reedline"
|
name = "reedline"
|
||||||
version = "0.3.1"
|
version = "0.4.0"
|
||||||
source = "git+https://github.com/nushell/reedline?branch=main#e906c008c12c7e89a5a07df2d3b020e9936ad5b7"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "01487ee6361e894f914d59f4310deea779222357637ac576f34741a18dd02ed2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chrono",
|
"chrono",
|
||||||
"crossterm",
|
"crossterm",
|
||||||
|
@ -53,8 +53,7 @@ nu-table = { path = "./crates/nu-table", version = "0.60.1" }
|
|||||||
nu-term-grid = { path = "./crates/nu-term-grid", version = "0.60.1" }
|
nu-term-grid = { path = "./crates/nu-term-grid", version = "0.60.1" }
|
||||||
pretty_env_logger = "0.4.0"
|
pretty_env_logger = "0.4.0"
|
||||||
rayon = "1.5.1"
|
rayon = "1.5.1"
|
||||||
#reedline = {version = "0.3.0", features = ["bashisms"]}
|
reedline = { version = "0.4.0", features = ["bashisms"]}
|
||||||
reedline = { git = "https://github.com/nushell/reedline", branch = "main", features = ["bashisms"]}
|
|
||||||
is_executable = "1.0.1"
|
is_executable = "1.0.1"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
@ -18,8 +18,7 @@ nu-color-config = { path = "../nu-color-config", version = "0.60.1" }
|
|||||||
crossterm = "0.23.0"
|
crossterm = "0.23.0"
|
||||||
miette = { version = "4.1.0", features = ["fancy"] }
|
miette = { version = "4.1.0", features = ["fancy"] }
|
||||||
thiserror = "1.0.29"
|
thiserror = "1.0.29"
|
||||||
#reedline = {"0.3.0", features = ["bashisms"]}
|
reedline = { version = "0.4.0", features = ["bashisms"]}
|
||||||
reedline = { git = "https://github.com/nushell/reedline", branch = "main", features = ["bashisms"]}
|
|
||||||
|
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
is_executable = "1.0.1"
|
is_executable = "1.0.1"
|
||||||
|
@ -78,8 +78,7 @@ unicode-segmentation = "1.8.0"
|
|||||||
url = "2.2.1"
|
url = "2.2.1"
|
||||||
uuid = { version = "0.8.2", features = ["v4"] }
|
uuid = { version = "0.8.2", features = ["v4"] }
|
||||||
which = { version = "4.2.2", optional = true }
|
which = { version = "4.2.2", optional = true }
|
||||||
#reedline = {version = "0.3.0", features = ["bashisms"]}
|
reedline = { version = "0.4.0", features = ["bashisms"]}
|
||||||
reedline = { git = "https://github.com/nushell/reedline", branch = "main", features = ["bashisms"]}
|
|
||||||
wax = { version = "0.4.0", features = ["diagnostics"] }
|
wax = { version = "0.4.0", features = ["diagnostics"] }
|
||||||
zip = { version="0.5.9", optional = true }
|
zip = { version="0.5.9", optional = true }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user