Allow sorting by duration #102
Annotations
10 warnings
|
unused attribute:
packages/dlna-server/src/lib.rs#L24
warning: unused attribute
--> packages/dlna-server/src/lib.rs:24:34
|
24 | #[cfg_attr(feature = "rt-tokio", path = "rt/tokio.rs")]
| ^^^^^^^^^^^^^^^^^^^^ help: remove this attribute
|
note: attribute also specified here
--> packages/dlna-server/src/lib.rs:23:34
|
23 | #[cfg_attr(feature = "rt-async", path = "rt/async_std.rs")]
| ^^^^^^^^^^^^^^^^^^^^^^^^
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
= note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
|
|
tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions-rs/cargo@v1, actions-rs/clippy-check@v1, actions-rs/toolchain@v1, actions/cache@v3, actions/checkout@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
tests
`dlna-server` (lib) generated 1 warning (run `cargo fix --lib -p dlna-server` to apply 1 suggestion)
|
|
tests:
packages/dlna-server/src/lib.rs#L24
unused attribute
|
|
tests
`dlna-server` (lib) generated 1 warning (run `cargo fix --lib -p dlna-server` to apply 1 suggestion)
|
|
tests:
packages/dlna-server/src/lib.rs#L24
unused attribute
|
|
tests
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/
|
|
tests
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/
|
|
tests
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/
|
|
tests
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/
|