mirror of
https://github.com/kristoferssolo/traxor.git
synced 2026-02-04 06:42:04 +00:00
chore: update depencency versions
This commit is contained in:
@@ -26,7 +26,7 @@ pub fn render(app: &mut App, frame: &mut Frame) {
|
||||
.constraints([Constraint::Length(3), Constraint::Min(0)].as_ref())
|
||||
.split(size);
|
||||
|
||||
let titles = app
|
||||
let titles: Vec<_> = app
|
||||
.tabs()
|
||||
.iter()
|
||||
.map(|x| Line::from(x.to_string()))
|
||||
|
||||
Reference in New Issue
Block a user