Skip to content

Change minimum Rust version to 1.64.0 #191

Change minimum Rust version to 1.64.0

Change minimum Rust version to 1.64.0 #191

Triggered via pull request August 11, 2023 00:10
Status Failure
Total duration 6m 22s
Artifacts

ci.yml

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

Annotations

7 errors and 2 warnings
you are deriving `PartialEq` and can implement `Eq`: src/service.rs#L28
error: you are deriving `PartialEq` and can implement `Eq` --> src/service.rs:28:24 | 28 | #[derive(Clone, Debug, PartialEq)] | ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#derive_partial_eq_without_eq
you are deriving `PartialEq` and can implement `Eq`: src/service/state.rs#L7
error: you are deriving `PartialEq` and can implement `Eq` --> src/service/state.rs:7:30 | 7 | #[derive(Clone, Copy, Debug, PartialEq)] | ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#derive_partial_eq_without_eq
you are deriving `PartialEq` and can implement `Eq`: src/service.rs#L28
error: you are deriving `PartialEq` and can implement `Eq` --> src/service.rs:28:24 | 28 | #[derive(Clone, Debug, PartialEq)] | ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#derive_partial_eq_without_eq
you are deriving `PartialEq` and can implement `Eq`: src/service/state.rs#L7
error: you are deriving `PartialEq` and can implement `Eq` --> src/service/state.rs:7:30 | 7 | #[derive(Clone, Copy, Debug, PartialEq)] | ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#derive_partial_eq_without_eq
you are deriving `PartialEq` and can implement `Eq`: src/jsonrpc/error.rs#L103
error: you are deriving `PartialEq` and can implement `Eq` --> src/jsonrpc/error.rs:103:24 | 103 | #[derive(Clone, Debug, PartialEq, Deserialize, Serialize)] | ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq` | = note: `-D clippy::derive-partial-eq-without-eq` implied by `-D warnings` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#derive_partial_eq_without_eq
you are deriving `PartialEq` and can implement `Eq`: src/jsonrpc/error.rs#L103
error: you are deriving `PartialEq` and can implement `Eq` --> src/jsonrpc/error.rs:103:24 | 103 | #[derive(Clone, Debug, PartialEq, Deserialize, Serialize)] | ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq` | = note: `-D clippy::derive-partial-eq-without-eq` implied by `-D warnings` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#derive_partial_eq_without_eq
cargo clippy
Clippy had exited with the 101 exit code
cargo audit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/audit-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
cargo clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/