From ea4f8ff40062f2a13a3cabcd4be6bdc650fea27c Mon Sep 17 00:00:00 2001 From: Piepmatz Date: Tue, 10 Jun 2025 18:45:52 +0200 Subject: [PATCH] Use stable reedline version for the release (#15931) --- Cargo.lock | 3 ++- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 47d475b91b1..0938b9e89bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6089,7 +6089,8 @@ dependencies = [ [[package]] name = "reedline" version = "0.40.0" -source = "git+https://github.com/nushell/reedline?branch=main#696bd4f1b654aea9af811ad8f311322e01a5eb84" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b5cdfab7494d13ebfb6ce64828648518205d3ce8541ef1f94a27887f29d2d50b" dependencies = [ "arboard", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 046ec8ad5f2..e2fca83fb94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -330,7 +330,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`