Skip to content

chore(deps): bump tui-big-text from 0.4.5 to 0.5.2 #140

chore(deps): bump tui-big-text from 0.4.5 to 0.5.2

chore(deps): bump tui-big-text from 0.4.5 to 0.5.2 #140

Triggered via pull request July 29, 2024 12:39
Status Failure
Total duration 2m 25s
Artifacts

check.yml

on: pull_request
check  /  ...  /  fmt
18s
check / stable / fmt
check  /  ...  /  doc
46s
check / nightly / doc
check  /  ...  /  check
45s
check / 1.78.0 / check
Matrix: check / clippy
Fit to window
Zoom out
Zoom in

Annotations

5 errors
mismatched types: 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<_, _>`
check / beta / clippy
Clippy has exited with exit code 101
check / 1.78.0 / check
Process completed with exit code 101.
mismatched types: 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<_, _>`
check / stable / clippy
Clippy has exited with exit code 101