Skip to content

Migrate to clap v4 and remove atty dependency #37

Migrate to clap v4 and remove atty dependency

Migrate to clap v4 and remove atty dependency #37

Re-run triggered November 21, 2023 00:22
Status Failure
Total duration 41s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 15 warnings
Build
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, 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/
Build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build: src/lib.rs#L20
this function's return value is unnecessarily wrapped by `Result`
Build: src/lib.rs#L39
it is more concise to loop over references to containers instead of using explicit iteration methods
Build: src/lib.rs#L64
implicitly cloning a `Vec` by calling `to_owned` on its dereferenced type
Build: src/lib.rs#L67
implicitly cloning a `String` by calling `to_owned` on its dereferenced type
Build: src/lib.rs#L68
implicitly cloning a `Version` by calling `to_owned` on its dereferenced type
Build: src/lib.rs#L70
implicitly cloning a `Option` by calling `to_owned` on its dereferenced type
Build: src/lib.rs#L72
implicitly cloning a `Option` by calling `to_owned` on its dereferenced type
Build: src/lib.rs#L72
redundant closure
Build: src/lib.rs#L73
implicitly cloning a `Option` by calling `to_owned` on its dereferenced type
Build: src/lib.rs#L82
more than 3 bools in a struct