From ed65886ae5b4ad2f7359f42261eaebcc3af21334 Mon Sep 17 00:00:00 2001 From: Stefan Holderbach Date: Sun, 29 Jan 2023 22:33:49 +0100 Subject: [PATCH] Update reedline for pre-release testing (#7903) # Description Let's check before shipping `reedline 0.15` # Tests + Formatting Don't forget to add tests that cover your changes. Make sure you've run and fixed any issues with these commands: - `cargo fmt --all -- --check` to check standard code formatting (`cargo fmt --all` applies these changes) - `cargo clippy --workspace -- -D warnings -D clippy::unwrap_used -A clippy::needless_collect` to check that you're using the standard code style - `cargo test --workspace` to check that all tests pass # After Submitting If your PR had any user-facing changes, update [the documentation](https://github.com/nushell/nushell.github.io) after the PR is merged, if necessary. This will help us keep the docs up to date. --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 7bb9f82614..815a1cc362 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4155,7 +4155,7 @@ dependencies = [ [[package]] name = "reedline" version = "0.14.0" -source = "git+https://github.com/nushell/reedline.git?branch=main#3d83306b2dadd17d065d9d25ea62a36c3a0a76b2" +source = "git+https://github.com/nushell/reedline.git?branch=main#e1366260c1bf025b1ad08d0b32dfd7bb53948c7f" dependencies = [ "chrono", "crossterm 0.24.0",