Skip to content

feat: bump version to 0.5.1 #691

feat: bump version to 0.5.1

feat: bump version to 0.5.1 #691

Triggered via push May 12, 2024 18:42
Status Success
Total duration 1m 50s
Artifacts

ci.yml

on: push
Build, check, and test with all features
50s
Build, check, and test with all features
Check code formatting
14s
Check code formatting
Build using MSRV (lib only)
23s
Build using MSRV (lib only)
Run clippy tests
42s
Run clippy tests
Check rustdoc
42s
Check rustdoc
Matrix: build_cli
Matrix: build_lib
Fit to window
Zoom out
Zoom in

Annotations

22 warnings
Check code formatting
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Check code formatting
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Check code formatting
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/
Check code formatting
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/
Check code formatting
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/
Check code formatting
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 using MSRV (lib only)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/toolchain@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build using MSRV (lib only)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@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 using MSRV (lib only)
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 using MSRV (lib only)
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 using MSRV (lib only)
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 using MSRV (lib only)
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/
unused import: `query::*`: crates/lib/src/lib.rs#L59
warning: unused import: `query::*` --> crates/lib/src/lib.rs:59:9 | 59 | pub use query::*; | ^^^^^^^^
constants have by default a `'static` lifetime: crates/lib/src/protocols/epic/protocol.rs#L13
warning: constants have by default a `'static` lifetime --> crates/lib/src/protocols/epic/protocol.rs:13:27 | 13 | const EPIC_API_ENDPOINT: &'static str = "https://api.epicgames.dev"; | -^^^^^^^---- help: consider removing `'static`: `&str` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_static_lifetimes = note: `#[warn(clippy::redundant_static_lifetimes)]` on by default
unused import: `crate::protocols::epic::Credentials`: crates/lib/src/games/definitions.rs#L12
warning: unused import: `crate::protocols::epic::Credentials` --> crates/lib/src/games/definitions.rs:12:5 | 12 | use crate::protocols::epic::Credentials; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
unused import: `protocol::*`: crates/lib/src/games/minecraft/mod.rs#L7
warning: unused import: `protocol::*` --> crates/lib/src/games/minecraft/mod.rs:7:9 | 7 | pub use protocol::*; | ^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default
unused import: `query::*`: crates/lib/src/lib.rs#L59
warning: unused import: `query::*` --> crates/lib/src/lib.rs:59:9 | 59 | pub use query::*; | ^^^^^^^^
constants have by default a `'static` lifetime: crates/lib/src/protocols/epic/protocol.rs#L13
warning: constants have by default a `'static` lifetime --> crates/lib/src/protocols/epic/protocol.rs:13:27 | 13 | const EPIC_API_ENDPOINT: &'static str = "https://api.epicgames.dev"; | -^^^^^^^---- help: consider removing `'static`: `&str` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_static_lifetimes = note: `#[warn(clippy::redundant_static_lifetimes)]` on by default
unused import: `crate::protocols::epic::Credentials`: crates/lib/src/games/definitions.rs#L12
warning: unused import: `crate::protocols::epic::Credentials` --> crates/lib/src/games/definitions.rs:12:5 | 12 | use crate::protocols::epic::Credentials; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
unused import: `protocol::*`: crates/lib/src/games/minecraft/mod.rs#L7
warning: unused import: `protocol::*` --> crates/lib/src/games/minecraft/mod.rs:7:9 | 7 | pub use protocol::*; | ^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default
Run clippy tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run clippy tests
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/