diff --git a/Cargo.lock b/Cargo.lock index cebee7ce63..649452b878 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3267,7 +3267,7 @@ dependencies = [ [[package]] name = "reedline" version = "0.2.0" -source = "git+https://github.com/nushell/reedline?branch=main#43788def682c5857ad7f453795d3e833a5f33a9c" +source = "git+https://github.com/nushell/reedline?branch=main#375c779e360cd368bb75e583986eec856853bbf2" dependencies = [ "chrono", "crossterm", diff --git a/src/reedline_config.rs b/src/reedline_config.rs index 7807c71cc4..8fac3046b0 100644 --- a/src/reedline_config.rs +++ b/src/reedline_config.rs @@ -344,9 +344,6 @@ fn parse_event(value: Value, config: &Config) -> Result { return Err(ShellError::UnsupportedConfigValue( "Reedline event".to_string(),