Skip to content

chore(deps): bump hidapi #932

chore(deps): bump hidapi

chore(deps): bump hidapi #932

Triggered via push August 6, 2023 13:11
Status Failure
Total duration 1m 22s
Artifacts

push-test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 8 warnings
this `impl` can be derived: protocol/src/dialect.rs#L47
error: this `impl` can be derived --> protocol/src/dialect.rs:47:1 | 47 | / impl Default for FloatEncoding { 48 | | fn default() -> Self { 49 | | FloatEncoding::Float32LE 50 | | } 51 | | } | |_^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#derivable_impls = help: remove the manual implementation... help: ...and instead derive it... | 42 + #[derive(Default)] 43 | pub enum FloatEncoding { | help: ...and mark the default variant | 43 ~ #[default] 44 ~ Float32LE, |
this `impl` can be derived: protocol/src/dialect.rs#L34
error: this `impl` can be derived --> protocol/src/dialect.rs:34:1 | 34 | / impl Default for AddrEncoding { 35 | | fn default() -> Self { 36 | | AddrEncoding::AddrLen3 37 | | } 38 | | } | |_^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#derivable_impls = help: remove the manual implementation... help: ...and instead derive it... | 29 + #[derive(Default)] 30 | pub enum AddrEncoding { | help: ...and mark the default variant | 31 ~ #[default] 32 ~ AddrLen3 = 3, |
this `impl` can be derived: protocol/src/device/probe.rs#L44
error: this `impl` can be derived --> protocol/src/device/probe.rs:44:1 | 44 | / impl Default for DeviceKind { 45 | | fn default() -> Self { 46 | | DeviceKind::Generic 47 | | } 48 | | } | |_^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#derivable_impls = note: `-D clippy::derivable-impls` implied by `-D warnings` = help: remove the manual implementation... help: ...and instead derive it... | 18 + #[derive(Default)] 19 | pub enum DeviceKind { | help: ...and mark the default variant | 19 ~ #[default] 20 ~ Generic, |
rust_tests
Clippy had exited with the 101 exit code
rust_tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2.3.4, actions-rs/toolchain@v1, actions-rs/cargo@v1, scherermichael-oss/action-has-permission@1.0.6, 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/
rust_tests
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
rust_tests
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
rust_tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
rust_tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
rust_tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
rust_tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
rust_tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/