Update yare requirement from 2.0.0 to 3.0.0 #182
Annotations
1 error and 1 warning
duplicated attribute:
crates/rust-releases-io/src/client/cached_client.rs#L1
error: duplicated attribute
--> crates/rust-releases-io/src/client/cached_client.rs:1:8
|
1 | #![cfg(feature = "http_client")]
| ^^^^^^^^^^^^^^^^^^^^^^^
|
note: first defined here
--> crates/rust-releases-io/src/client.rs:3:7
|
3 | #[cfg(feature = "http_client")]
| ^^^^^^^^^^^^^^^^^^^^^^^
help: remove this attribute
--> crates/rust-releases-io/src/client/cached_client.rs:1:8
|
1 | #![cfg(feature = "http_client")]
| ^^^^^^^^^^^^^^^^^^^^^^^
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#duplicated_attributes
note: the lint level is defined here
--> crates/rust-releases-io/src/lib.rs:5:9
|
5 | #![deny(clippy::all)]
| ^^^^^^^^^^^
= note: `#[deny(clippy::duplicated_attributes)]` implied by `#[deny(clippy::all)]`
|
fmt
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|