chore(deps): bump tui-big-text from 0.4.5 to 0.5.2 #140
Annotations
2 errors
src/components/header.rs#L32
error[E0308]: mismatched types
--> src/components/header.rs:32:13
|
25 | let big_text = match BigText::builder()
| ______________________________-
26 | | .pixel_size(PixelSize::HalfHeight)
27 | | .style(Style::default().fg(self.config.theme.title()))
28 | | .lines(vec!["Ducker".into()])
29 | | .alignment(layout::Alignment::Center)
30 | | .build()
| |____________________- this expression has type `tui_big_text::BigText<'_>`
31 | {
32 | Ok(b) => b,
| ^^^^^ expected `BigText<'_>`, found `Result<_, _>`
|
= note: expected struct `tui_big_text::BigText<'_>`
found enum `std::result::Result<_, _>`
|
|
This job failed
Loading