updated dependencies

This commit is contained in:
Fernando Herrera
2021-09-05 20:06:57 +01:00
parent fda7e096cd
commit b3d287815d
3 changed files with 34 additions and 95 deletions

View File

@ -53,7 +53,7 @@ fn main() -> std::io::Result<()> {
} else {
use reedline::{DefaultPrompt, FileBackedHistory, Reedline, Signal};
let mut line_editor = Reedline::new()
let mut line_editor = Reedline::create()?
.with_history(Box::new(FileBackedHistory::with_file(
1000,
"history.txt".into(),