Skip to content

Update to modalkit{,-ratatui}@0.0.19 #391

Update to modalkit{,-ratatui}@0.0.19

Update to modalkit{,-ratatui}@0.0.19 #391

Triggered via pull request April 24, 2024 06:08
Status Cancelled
Total duration 3m 12s
Artifacts

ci.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

7 errors
[clippy] src/windows/mod.rs#L385: src/windows/mod.rs#L385
error[E0412]: cannot find type `ThreadItem` in this scope --> src/windows/mod.rs:385:38 | 385 | pub type ThreadListState = ListState<ThreadItem, IambInfo>; | ^^^^^^^^^^ not found in this scope | help: you might be missing a type parameter | 385 | pub type ThreadListState<ThreadItem> = ListState<ThreadItem, IambInfo>; | ++++++++++++
test (windows-latest)
The run was canceled by @ulyssa.
test (windows-latest)
The operation was canceled.
test (ubuntu-latest)
The run was canceled by @ulyssa.
test (ubuntu-latest)
The operation was canceled.
test (macos-latest)
The run was canceled by @ulyssa.
test (macos-latest)
The operation was canceled.