Refactor COSE utility functions and OpenSSL backend #152
check.yml
on: pull_request
Check
16s
Check (no_std)
13s
Test Suite
45s
Test Suite (all features)
47s
Test Suite (no_std)
24s
Rustfmt
11s
clippy_check
23s
test_coverage
1m 0s
Annotations
4 errors and 1 warning
Check (no_std)
Process completed with exit code 101.
|
[clippy] src/token/cose/util/ops.rs#L16:
src/token/cose/util/ops.rs#L16
error: used import from `std` instead of `alloc`
--> src/token/cose/util/ops.rs:16:5
|
16 | use std::collections::BTreeSet;
| ^^^ help: consider importing the item from `alloc`: `alloc`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#std_instead_of_alloc
note: the lint level is defined here
--> src/lib.rs:178:5
|
178 | clippy::std_instead_of_alloc
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
Test Suite (no_std)
Process completed with exit code 101.
|
clippy_check
reviewdog exited with status code: 1
|
clippy_check
The following actions use a deprecated Node.js version and will be forced to run on node20: giraffate/clippy-action@main. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|