fix version #86
Annotations
5 warnings
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/
|
audit
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/audit-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
audit
1 warnings found!
|
unreachable statement:
src/asynch/mod.rs#L49
warning: unreachable statement
--> src/asynch/mod.rs:49:5
|
46 | return;
| ------ any code following this expression is unreachable
...
49 | / {
50 | | embassy_time::Timer::after_secs(1).await;
51 | | return;
52 | | }
| |_____^ unreachable statement
|
= note: `#[warn(unreachable_code)]` on by default
|
unreachable statement:
src/asynch/mod.rs#L49
warning: unreachable statement
--> src/asynch/mod.rs:49:5
|
46 | return;
| ------ any code following this expression is unreachable
...
49 | / {
50 | | embassy_time::Timer::after_secs(1).await;
51 | | return;
52 | | }
| |_____^ unreachable statement
|
= note: `#[warn(unreachable_code)]` on by default
|