Skip to content

Commit

Permalink
Pin reedline to 0.21 for release (nushell#9532)
Browse files Browse the repository at this point in the history
  • Loading branch information
sholderbach committed Jun 26, 2023
1 parent 08449e1 commit 63aba5f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ nu-term-grid = { path = "./crates/nu-term-grid", version = "0.81.1" }
nu-std = { path = "./crates/nu-std", version = "0.81.1" }
nu-utils = { path = "./crates/nu-utils", version = "0.81.1" }
nu-ansi-term = "0.47.0"
reedline = { version = "0.20.0", features = ["bashisms", "sqlite"]}
reedline = { version = "0.21.0", features = ["bashisms", "sqlite"]}

mimalloc = { version = "0.1.37", default-features = false, optional = true}

Expand Down Expand Up @@ -165,7 +165,7 @@ bench = false
# To use a development version of a dependency please use a global override here
# changing versions in each sub-crate of the workspace is tedious
[patch.crates-io]
reedline = { git = "https://github.com/nushell/reedline.git", branch = "main"}
# reedline = { git = "https://github.com/nushell/reedline.git", branch = "main"}
# nu-ansi-term = {git = "https://github.com/nushell/nu-ansi-term.git", branch = "main"}

# Criterion benchmarking setup
Expand Down
2 changes: 1 addition & 1 deletion crates/nu-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ nu-protocol = { path = "../nu-protocol", version = "0.81.1" }
nu-utils = { path = "../nu-utils", version = "0.81.1" }
nu-color-config = { path = "../nu-color-config", version = "0.81.1" }
nu-ansi-term = "0.47.0"
reedline = { version = "0.20.0", features = ["bashisms", "sqlite"]}
reedline = { version = "0.21.0", features = ["bashisms", "sqlite"]}

atty = "0.2"
chrono = { default-features = false, features = ["std"], version = "0.4" }
Expand Down

0 comments on commit 63aba5f

Please sign in to comment.