From e05f3876321ddcf0a7bd65b6420254345b38675f Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Tue, 22 Oct 2024 11:57:41 -0500 Subject: [PATCH] update to reedline commit 9cb1128 (#14146) # Description Update to the latest reedline commit. # 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 cfbcb63c46..489414d4a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5130,8 +5130,7 @@ dependencies = [ [[package]] name = "reedline" version = "0.36.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57016fc0ec4c651a05cb80fb1200b7c3518afcc2f769edffe15aca2363395c15" +source = "git+https://github.com/nushell/reedline?branch=main#9cb1128aaab8f5c19ec37b94ac1a86a91915827f" dependencies = [ "arboard", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 7ad7d9f5c3..e121b77d92 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -313,7 +313,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`