From b7fb0af967c396ce4cc777fda07721bd8802d400 Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Fri, 12 Apr 2024 16:56:40 -0400 Subject: [PATCH] bump nushell to latest reedline (#12497) # Description This bumps nushell to the latest reedline main brach which includes the new bashism !term. # User-Facing Changes # Tests + Formatting # After Submitting --- Cargo.lock | 5 ++--- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bec1db2036..2c38e0b8b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -362,7 +362,7 @@ dependencies = [ "bitflags 2.5.0", "cexpr", "clang-sys", - "itertools 0.12.1", + "itertools 0.11.0", "lazy_static", "lazycell", "proc-macro2", @@ -4551,8 +4551,7 @@ dependencies = [ [[package]] name = "reedline" version = "0.31.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65ebc241ed0ccea0bbbd775a55a76f0dd9971ef084589dea938751a03ffedc14" +source = "git+https://github.com/nushell/reedline?branch=main#46f410bfdce0b64c3d94fdc0271886f30d64b151" dependencies = [ "arboard", "chrono", diff --git a/Cargo.toml b/Cargo.toml index e51f4d4b0a..8b56585678 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,7 +96,7 @@ lscolors = { version = "0.17", default-features = false } lsp-server = "0.7.5" lsp-types = "0.95.0" mach2 = "0.4" -md5 = { version = "0.10", package = "md-5"} +md5 = { version = "0.10", package = "md-5" } miette = "7.2" mime = "0.3" mime_guess = "2.0" @@ -286,7 +286,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", branch = "main" } +reedline = { git = "https://github.com/nushell/reedline", branch = "main" } # nu-ansi-term = {git = "https://github.com/nushell/nu-ansi-term.git", branch = "main"} # Run all benchmarks with `cargo bench`