New key wrapping API #447
Annotations
10 warnings
cargo_bloat
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v1, actions-rs/cargo@v1, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
cargo_bloat
tool `rust-analyzer` is already installed, remove it from `/home/runner/.cargo/bin`, then run `rustup update` to have rustup manage this tool.
|
cargo_bloat
tool `cargo-fmt` is already installed, remove it from `/home/runner/.cargo/bin`, then run `rustup update` to have rustup manage this tool.
|
cargo_bloat
tool `rust-analyzer` is already installed, remove it from `/home/runner/.cargo/bin`, then run `rustup update` to have rustup manage this tool.
|
cargo_bloat
tool `cargo-fmt` is already installed, remove it from `/home/runner/.cargo/bin`, then run `rustup update` to have rustup manage this tool.
|
cargo_bloat
tool `rust-analyzer` is already installed, remove it from `/home/runner/.cargo/bin`, then run `rustup update` to have rustup manage this tool.
|
cargo_bloat
tool `cargo-fmt` is already installed, remove it from `/home/runner/.cargo/bin`, then run `rustup update` to have rustup manage this tool.
|
cargo_bloat
tool `rust-analyzer` is already installed, remove it from `/home/runner/.cargo/bin`, then run `rustup update` to have rustup manage this tool.
|
cargo_bloat
tool `cargo-fmt` is already installed, remove it from `/home/runner/.cargo/bin`, then run `rustup update` to have rustup manage this tool.
|
Binary size:
.github/workflows/cargo_bloat.yml#L1
OLD 114.3 kiB
NEW 114.9 kiB
Output of cargo bloat
======================
Including PR
File .text Size Crate
15.2% 53.9% 61.9KiB opensk
4.1% 14.6% 16.8KiB std
2.5% 8.8% 10.1KiB crypto
2.0% 7.2% 8.3KiB ctap2
1.9% 6.8% 7.8KiB persistent_store
1.1% 3.9% 4.4KiB sk_cbor
0.7% 2.5% 2.8KiB [Unknown]
0.2% 0.5% 644B libtock_drivers
0.1% 0.5% 564B linked_list_allocator
0.1% 0.5% 550B lang_items
0.1% 0.3% 374B libtock_platform
0.1% 0.3% 360B subtle
0.0% 0.1% 112B libtock_runtime
0.0% 0.0% 44B byteorder
0.0% 0.0% 26B libtock_buttons
0.0% 0.0% 20B zeroize
28.2% 100.0% 114.9KiB .text section size, the file size is 407.4KiB
Base branch
File .text Size Crate
15.0% 53.5% 61.2KiB opensk
4.1% 14.8% 16.9KiB std
2.5% 8.8% 10.1KiB crypto
2.0% 7.3% 8.3KiB ctap2
1.9% 6.8% 7.8KiB persistent_store
1.1% 3.9% 4.4KiB sk_cbor
0.7% 2.5% 2.8KiB [Unknown]
0.2% 0.6% 644B libtock_drivers
0.1% 0.5% 564B linked_list_allocator
0.1% 0.5% 550B lang_items
0.1% 0.3% 374B libtock_platform
0.1% 0.3% 360B subtle
0.0% 0.1% 112B libtock_runtime
0.0% 0.0% 44B byteorder
0.0% 0.0% 26B libtock_buttons
0.0% 0.0% 20B zeroize
28.0% 100.0% 114.3KiB .text section size, the file size is 407.8KiB
|