Skip to content

Release 0.8.1

Release 0.8.1 #162

Triggered via push September 26, 2024 08:29
Status Success
Total duration 3m 29s
Artifacts 9

rust.yml

on: push
Matrix: CD
Fit to window
Zoom out
Zoom in

Annotations

26 warnings
the borrowed expression implements the required traits: tests/cli.rs#L43
warning: the borrowed expression implements the required traits --> tests/cli.rs:43:19 | 43 | sudo.args(&["-n", "-E"]).arg(cmd.get_program()).args(cmd.get_args()); | ^^^^^^^^^^^^^ help: change this to: `["-n", "-E"]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args = note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default
use of `unwrap_or_else` to construct default value: src/lib.rs#L1067
warning: use of `unwrap_or_else` to construct default value --> src/lib.rs:1067:67 | 1067 | let user_suffix = user_id().map(|id| format!("-u{}", id)).unwrap_or_else(String::new); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `unwrap_or_default()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unwrap_or_default = note: `#[warn(clippy::unwrap_or_default)]` on by default
use of `unwrap_or_else` to construct default value: src/lib.rs#L1067
warning: use of `unwrap_or_else` to construct default value --> src/lib.rs:1067:67 | 1067 | let user_suffix = user_id().map(|id| format!("-u{}", id)).unwrap_or_else(String::new); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `unwrap_or_default()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unwrap_or_default = note: `#[warn(clippy::unwrap_or_default)]` on by default
CI
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
CI
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/clippy-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/
CD (x86_64-unknown-linux-gnu - ubuntu-20.04)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
CD (x86_64-unknown-linux-gnu - ubuntu-20.04)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
CD (aarch64-apple-darwin - macos-14)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
CD (aarch64-apple-darwin - macos-14)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
CD (x86_64-apple-darwin - macos-12)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
CD (x86_64-apple-darwin - macos-12)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
CD (aarch64-unknown-linux-gnu - ubuntu-20.04)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
CD (aarch64-unknown-linux-gnu - ubuntu-20.04)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
CD (i686-unknown-linux-musl - ubuntu-20.04)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
CD (i686-unknown-linux-musl - ubuntu-20.04)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
CD (i686-unknown-linux-gnu - ubuntu-20.04)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
CD (i686-unknown-linux-gnu - ubuntu-20.04)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
CD (arm-unknown-linux-gnueabihf - ubuntu-20.04)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
CD (arm-unknown-linux-gnueabihf - ubuntu-20.04)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
CD (x86_64-unknown-linux-musl - ubuntu-20.04)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
CD (x86_64-unknown-linux-musl - ubuntu-20.04)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
CD (x86_64-pc-windows-msvc - windows-2019)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
CD (x86_64-pc-windows-msvc - windows-2019)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
the borrowed expression implements the required traits: tests/cli.rs#L43
warning: the borrowed expression implements the required traits --> tests/cli.rs:43:19 | 43 | sudo.args(&["-n", "-E"]).arg(cmd.get_program()).args(cmd.get_args()); | ^^^^^^^^^^^^^ help: change this to: `["-n", "-E"]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args = note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default
use of `unwrap_or_else` to construct default value: src/lib.rs#L1067
warning: use of `unwrap_or_else` to construct default value --> src/lib.rs:1067:67 | 1067 | let user_suffix = user_id().map(|id| format!("-u{}", id)).unwrap_or_else(String::new); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `unwrap_or_default()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unwrap_or_default = note: `#[warn(clippy::unwrap_or_default)]` on by default
use of `unwrap_or_else` to construct default value: src/lib.rs#L1067
warning: use of `unwrap_or_else` to construct default value --> src/lib.rs:1067:67 | 1067 | let user_suffix = user_id().map(|id| format!("-u{}", id)).unwrap_or_else(String::new); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `unwrap_or_default()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unwrap_or_default = note: `#[warn(clippy::unwrap_or_default)]` on by default

Artifacts

Produced during runtime
Name Size
bkt.v0.8.1.aarch64-apple-darwin
558 KB
bkt.v0.8.1.aarch64-unknown-linux-gnu
615 KB
bkt.v0.8.1.arm-unknown-linux-gnueabihf
621 KB
bkt.v0.8.1.i686-unknown-linux-gnu
652 KB
bkt.v0.8.1.i686-unknown-linux-musl
682 KB
bkt.v0.8.1.x86_64-apple-darwin
567 KB
bkt.v0.8.1.x86_64-pc-windows-msvc
450 KB
bkt.v0.8.1.x86_64-unknown-linux-gnu
612 KB
bkt.v0.8.1.x86_64-unknown-linux-musl
670 KB