Latest compiler and package versions #471
Annotations
9 warnings and 1 notice
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 115.4 kiB
NEW 111.9 kiB
Output of cargo bloat
======================
Including PR
File .text Size Crate
15.2% 53.7% 60.1KiB opensk
3.9% 13.9% 15.6KiB std
2.6% 9.0% 10.1KiB crypto
2.1% 7.4% 8.3KiB ctap2
2.0% 6.9% 7.8KiB persistent_store
1.1% 4.0% 4.5KiB sk_cbor
0.7% 2.3% 2.6KiB [Unknown]
0.1% 0.5% 604B libtock_drivers
0.1% 0.5% 572B linked_list_allocator
0.1% 0.5% 556B lang_items
0.1% 0.4% 412B libtock_runtime
0.1% 0.3% 368B libtock_platform
0.1% 0.3% 338B subtle
0.0% 0.1% 72B byteorder
0.0% 0.0% 20B zeroize
0.0% 0.0% 20B libtock_buttons
28.3% 100.0% 111.9KiB .text section size, the file size is 395.5KiB
Base branch
File .text Size Crate
15.2% 53.8% 62.1KiB opensk
4.1% 14.6% 16.9KiB std
2.5% 8.7% 10.1KiB crypto
2.0% 7.2% 8.3KiB ctap2
1.9% 6.8% 7.8KiB persistent_store
1.1% 4.0% 4.6KiB sk_cbor
0.7% 2.5% 2.9KiB [Unknown]
0.2% 0.6% 658B libtock_drivers
0.2% 0.5% 636B 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.3% 100.0% 115.4KiB .text section size, the file size is 408.3KiB
|