Skip to content

feat: upgrade to api v2 #418

feat: upgrade to api v2

feat: upgrade to api v2 #418

Triggered via push September 24, 2024 23:02
Status Success
Total duration 8m 52s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

16 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: 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 following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, actions/cache@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/
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: crates/minecraft/src/lib.rs#L4
the feature `const_mut_refs` has been stable since 1.83.0-nightly and no longer requires an attribute to enable
build
`minecraft` (lib) generated 1 warning
build: crates/skin-renderer/src/model.rs#L75
fields `name` and `material` are never read
build: crates/skin-renderer/src/skin/mod.rs#L38
field `kind` is never read
build: crates/skin-renderer/src/texture.rs#L5
field `texture` is never read
build
`skin_renderer` (lib) generated 3 warnings
build
`minecraft` (lib) generated 1 warning (1 duplicate)
build: crates/derive/src/game/mode.rs#L12
field `calc` is never read
build: crates/derive/src/game/structs.rs#L40
if let can be simplified with `.unwrap_or_default()`
build: crates/derive/src/game/structs.rs#L74
if let can be simplified with `.unwrap_or_default()`