oxlint 0.5.2 -> 0.6.1 https://repology.org/project/oxlint/versions attrpath: oxlint Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] Replacing cargoHash with sha256-b1jusNbPpNnBdIsDpuO79NVVP+uKLMwQ5IHwQNKUjF0= Received ExitFailure 1 when running Raw command: /nix/store/y0qaalgy7nk3kvnk09j4466skm8ry55l-nix-2.18.5/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A oxlint nix build failed.  Compiling url v2.5.2  Compiling petgraph v0.6.5  Compiling oxc_sourcemap v0.20.0 (/build/source/crates/oxc_sourcemap)  Compiling oxc_resolver v1.10.0  Compiling tempfile v3.10.1  Compiling gloo-utils v0.1.7  Compiling tsify v0.4.5  Compiling oxc_span v0.20.0 (/build/source/crates/oxc_span)  Compiling oxc_syntax v0.20.0 (/build/source/crates/oxc_syntax)  Compiling oxc_ast v0.20.0 (/build/source/crates/oxc_ast)  Compiling oxc_cfg v0.20.0 (/build/source/crates/oxc_cfg)  Compiling oxc_semantic v0.20.0 (/build/source/crates/oxc_semantic)  Compiling oxc_parser v0.20.0 (/build/source/crates/oxc_parser)  Compiling oxc_mangler v0.20.0 (/build/source/crates/oxc_mangler)  Compiling oxc_codegen v0.20.0 (/build/source/crates/oxc_codegen)  Compiling oxc_linter v0.6.1 (/build/source/crates/oxc_linter) error[E0716]: temporary value dropped while borrowed  --> crates/oxc_linter/src/rules/unicorn/no_useless_promise_resolve_reject.rs:232:10  | 231 |  let arg_text = if call_expr.arguments.is_empty() {  |  -------- borrow later stored here 232 |  &String::new()  |  ^^^^^^^^^^^^^ creates a temporary value which is freed while still in use 233 |  } else {  |  - temporary value is freed at the end of this statement  |  = note: consider using a `let` binding to create a longer lived value For more information about this error, try `rustc --explain E0716`. error: could not compile `oxc_linter` (lib) due to 1 previous error