Skip to content

build: bump version to v0.5.0-pre96 #447

build: bump version to v0.5.0-pre96

build: bump version to v0.5.0-pre96 #447

Triggered via push February 20, 2024 22:36
Status Success
Total duration 1m 19s
Artifacts

release.yml

on: push
cargo-release
0s
cargo-release
Matrix: github-release
Fit to window
Zoom out
Zoom in

Annotations

18 warnings
unknown lint: `clippy::unconditional_recursion`: crates/jrsonnet-evaluator/src/val.rs#L355
warning: unknown lint: `clippy::unconditional_recursion` --> crates/jrsonnet-evaluator/src/val.rs:355:10 | 355 | #[allow(clippy::unconditional_recursion)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: did you mean: `unconditional_recursion` | = note: `#[warn(unknown_lints)]` on by default
unknown lint: `clippy::unconditional_recursion`: crates/jrsonnet-evaluator/src/val.rs#L355
warning: unknown lint: `clippy::unconditional_recursion` --> crates/jrsonnet-evaluator/src/val.rs:355:10 | 355 | #[allow(clippy::unconditional_recursion)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: did you mean: `unconditional_recursion` | = note: `#[warn(unknown_lints)]` on by default
Test Suite
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test Suite
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/
Test Suite
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/
Test Suite
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/
Test Suite
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/
Test Suite
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/
Test Suite: crates/jrsonnet-rowan-parser/src/marker.rs#L82
variable does not need to be mutable
Test Suite: crates/jrsonnet-rowan-parser/src/marker.rs#L85
variable does not need to be mutable
Test Suite: crates/jrsonnet-rowan-parser/src/marker.rs#L94
variable does not need to be mutable
Test Suite: crates/jrsonnet-rowan-parser/src/marker.rs#L102
variable does not need to be mutable
Test Suite: crates/jrsonnet-rowan-parser/src/parser.rs#L776
variable `had_rest` is assigned to, but never used
Test Suite: crates/jrsonnet-rowan-parser/src/parser.rs#L782
unused variable: `m_err`
Test Suite: crates/jrsonnet-rowan-parser/src/parser.rs#L787
value assigned to `had_rest` is never read
Test Suite: crates/jrsonnet-rowan-parser/src/parser.rs#L807
unused variable: `m_err`
Test Suite: crates/jrsonnet-rowan-parser/src/event.rs#L26
variant `VirtualToken` is never constructed
Test Suite: crates/jrsonnet-rowan-parser/src/marker.rs#L15
method `finish` is never used