mirror of
https://github.com/nushell/nushell
synced 2024-11-10 07:04:13 +00:00
Pin reedline
to 0.25.0
release (#10741)
See release notes: https://github.com/nushell/reedline/releases/tag/v0.25.0
This commit is contained in:
parent
25af32d3a8
commit
58124e66a4
3 changed files with 6 additions and 5 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
@ -4244,8 +4244,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "reedline"
|
||||
version = "0.24.0"
|
||||
source = "git+https://github.com/nushell/reedline.git?branch=main#b1344f6a653b7c37154a1dd79b3c4e34afe6cfc9"
|
||||
version = "0.25.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e7dc1d1d369c194cf79acc204397aca1fecc4248df3e1c1eabb15e5ef2d16991"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"crossterm 0.27.0",
|
||||
|
|
|
@ -67,7 +67,7 @@ nu-term-grid = { path = "./crates/nu-term-grid", version = "0.85.1" }
|
|||
nu-std = { path = "./crates/nu-std", version = "0.85.1" }
|
||||
nu-utils = { path = "./crates/nu-utils", version = "0.85.1" }
|
||||
nu-ansi-term = "0.49.0"
|
||||
reedline = { version = "0.24.0", features = ["bashisms", "sqlite"] }
|
||||
reedline = { version = "0.25.0", features = ["bashisms", "sqlite"] }
|
||||
|
||||
crossterm = "0.27"
|
||||
ctrlc = "3.4"
|
||||
|
@ -164,7 +164,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"}
|
||||
# uu_cp = { git = "https://github.com/uutils/coreutils.git", branch = "main" }
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ nu-protocol = { path = "../nu-protocol", version = "0.85.1" }
|
|||
nu-utils = { path = "../nu-utils", version = "0.85.1" }
|
||||
nu-color-config = { path = "../nu-color-config", version = "0.85.1" }
|
||||
nu-ansi-term = "0.49.0"
|
||||
reedline = { version = "0.24.0", features = ["bashisms", "sqlite"] }
|
||||
reedline = { version = "0.25.0", features = ["bashisms", "sqlite"] }
|
||||
|
||||
chrono = { default-features = false, features = ["std"], version = "0.4" }
|
||||
crossterm = "0.27"
|
||||
|
|
Loading…
Reference in a new issue