Skip to content

Update to embedded_hal 1.0.0-rc.1 and prepare 0.0.2 #20

Update to embedded_hal 1.0.0-rc.1 and prepare 0.0.2

Update to embedded_hal 1.0.0-rc.1 and prepare 0.0.2 #20

Triggered via push October 27, 2023 05:57
Status Success
Total duration 39s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

33 warnings
doc
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
doc
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/
doc
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/
doc
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/
doc
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/
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
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/
build
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/
build
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/
build
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/
build-nightly
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-nightly
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/
build-nightly
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/
build-nightly
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/
build-nightly
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/
casting to the same type is unnecessary (`i16` -> `i16`): src/lib.rs#L740
warning: casting to the same type is unnecessary (`i16` -> `i16`) --> src/lib.rs:740:23 | 740 | let z: i16 = ((((data[5] as i16) << 8) as i16) | (data[4] as i16)) / 0x10; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `((data[5] as i16) << 8)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast
casting to the same type is unnecessary (`i16` -> `i16`): src/lib.rs#L739
warning: casting to the same type is unnecessary (`i16` -> `i16`) --> src/lib.rs:739:23 | 739 | let y: i16 = ((((data[3] as i16) << 8) as i16) | (data[2] as i16)) / 0x10; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `((data[3] as i16) << 8)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast
casting to the same type is unnecessary (`i16` -> `i16`): src/lib.rs#L738
warning: casting to the same type is unnecessary (`i16` -> `i16`) --> src/lib.rs:738:23 | 738 | let x: i16 = ((((data[1] as i16) << 8) as i16) | (data[0] as i16)) / 0x10; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `((data[1] as i16) << 8)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast = note: `#[warn(clippy::unnecessary_cast)]` on by default
this operation has no effect: src/features.rs#L118
warning: this operation has no effect --> src/features.rs:118:17 | 118 | reg[offset + 0] = threshold[0]; | ^^^^^^^^^^ help: consider reducing it to: `offset` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_op = note: `#[warn(clippy::identity_op)]` on by default
security-audit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, 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/
security-audit
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/
security-audit
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/
security-audit
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/
security-audit
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/
casting to the same type is unnecessary (`i16` -> `i16`): src/lib.rs#L740
warning: casting to the same type is unnecessary (`i16` -> `i16`) --> src/lib.rs:740:23 | 740 | let z: i16 = ((((data[5] as i16) << 8) as i16) | (data[4] as i16)) / 0x10; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `((data[5] as i16) << 8)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast
casting to the same type is unnecessary (`i16` -> `i16`): src/lib.rs#L739
warning: casting to the same type is unnecessary (`i16` -> `i16`) --> src/lib.rs:739:23 | 739 | let y: i16 = ((((data[3] as i16) << 8) as i16) | (data[2] as i16)) / 0x10; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `((data[3] as i16) << 8)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast
casting to the same type is unnecessary (`i16` -> `i16`): src/lib.rs#L738
warning: casting to the same type is unnecessary (`i16` -> `i16`) --> src/lib.rs:738:23 | 738 | let x: i16 = ((((data[1] as i16) << 8) as i16) | (data[0] as i16)) / 0x10; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `((data[1] as i16) << 8)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast = note: `#[warn(clippy::unnecessary_cast)]` on by default
this operation has no effect: src/features.rs#L118
warning: this operation has no effect --> src/features.rs:118:17 | 118 | reg[offset + 0] = threshold[0]; | ^^^^^^^^^^ help: consider reducing it to: `offset` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#identity_op = note: `#[warn(clippy::identity_op)]` on by default
clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, 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/
clippy
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/
clippy
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/
clippy
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/
clippy
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/