diff --git a/Cargo.lock b/Cargo.lock index 88ad12d8f..85cce968f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4153,8 +4153,7 @@ dependencies = [ [[package]] name = "reedline" version = "0.15.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da60f4ca4517626e4621dba4fb252069572d5bfaf41efb96dfa5c93f39f2e978" +source = "git+https://github.com/nushell/reedline.git?branch=main#829a1a9f491a04d7b4159bc69d46cfc8184ccf53" dependencies = [ "chrono", "crossterm 0.24.0", diff --git a/Cargo.toml b/Cargo.toml index 7ea7e688a..6dda29168 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -147,7 +147,7 @@ path = "src/main.rs" # 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.git", branch = "main" } +reedline = { git = "https://github.com/nushell/reedline.git", branch = "main" } # Criterion benchmarking setup # Run all benchmarks with `cargo bench`