Update reedline to fix history search filtering (#6835)

https://github.com/nushell/nushell/pull/6802#issuecomment-1285826499
This commit is contained in:
Dan Davison 2022-10-21 03:04:54 -04:00 committed by GitHub
parent 60df45a390
commit 88c6fa9933
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Cargo.lock generated
View file

@ -4071,7 +4071,7 @@ dependencies = [
[[package]]
name = "reedline"
version = "0.13.0"
source = "git+https://github.com/dandavison/reedline.git?branch=tab-inline-completion#2a8e6c7c3ae610e15c91ad24d45c5b2ad0a1615b"
source = "git+https://github.com/dandavison/reedline.git?branch=tab-inline-completion#5211f420e803ad8ea0479084155576b6d13ca40f"
dependencies = [
"chrono",
"crossterm 0.24.0",