From f8ac9db15bf9c4a56fdbcc413eca82ea50da2833 Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Wed, 19 Feb 2025 07:34:13 -0600 Subject: [PATCH] update to the latest reedline (#15139) # Description This PR updates nushell to the latest reedline commit [4ca1ed9](https://github.com/nushell/reedline/commit/4ca1ed960f8b3a1c9c28e1b5dbfd9e2fd6ae3907) # User-Facing Changes # Tests + Formatting # After Submitting --- Cargo.lock | 3 +-- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6802f81e72..1be8d8902c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5809,8 +5809,7 @@ dependencies = [ [[package]] name = "reedline" version = "0.38.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9bfa8cb0ad84c396c936d8abb814703d7042a433d2da75a0c7060cbdc89109f3" +source = "git+https://github.com/nushell/reedline?branch=main#4ca1ed960f8b3a1c9c28e1b5dbfd9e2fd6ae3907" dependencies = [ "arboard", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 259e4c1371..64e54b192e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -324,7 +324,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`