This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
build(deps): bump ratatui from 0.26.1 to 0.26.2 #40
check.yml
on: pull_request
check
/
...
/
fmt
18s
check
/
...
/
doc
16s
check
/
...
/
check
16s
Matrix: check / clippy
Annotations
1 error and 2 warnings
check / nightly / doc
Process completed with exit code 101.
|
multiple versions for dependency `bitflags`: 1.3.2, 2.4.1:
src/lib.rs#L1
warning: multiple versions for dependency `bitflags`: 1.3.2, 2.4.1
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_crate_versions
note: the lint level is defined here
--> src/lib.rs:1:44
|
1 | #![warn(clippy::pedantic, clippy::nursery, clippy::cargo, unused)]
| ^^^^^^^^^^^^^
= note: `#[warn(clippy::multiple_crate_versions)]` implied by `#[warn(clippy::cargo)]`
|
multiple versions for dependency `bitflags`: 1.3.2, 2.4.1:
src/lib.rs#L1
warning: multiple versions for dependency `bitflags`: 1.3.2, 2.4.1
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_crate_versions
note: the lint level is defined here
--> src/lib.rs:1:44
|
1 | #![warn(clippy::pedantic, clippy::nursery, clippy::cargo, unused)]
| ^^^^^^^^^^^^^
= note: `#[warn(clippy::multiple_crate_versions)]` implied by `#[warn(clippy::cargo)]`
|