imp: bump rustyline to 8.0.0 (#3167)

* imp: bump rustyline to 8.0.0

* fix: rustyline 8 keybindings

* fix: commands count/length test

Co-authored-by: alexhk <alexhk@protonmail.com>
This commit is contained in:
ahkrr
2021-03-14 03:13:31 +01:00
committed by GitHub
parent 2ace20fade
commit 56adc7c3c6
8 changed files with 138 additions and 127 deletions

View File

@ -78,7 +78,7 @@ rayon = "1.5.0"
regex = "1.4.3"
roxmltree = "0.14.0"
rust-embed = "5.9.0"
rustyline = { version = "7.1.0", optional = true }
rustyline = { version = "8.0.0", optional = true }
serde = { version = "1.0.123", features = ["derive"] }
serde_bytes = "0.11.5"
serde_ini = "0.2.0"

View File

@ -245,7 +245,7 @@ fn open_dir_is_ls() {
cwd: dirs.test(), pipeline(
r#"
open .
| count
| length
"#
));