Skip to content

Commit

Permalink
fix(deps): update oxc packages to 0.38 (#2081)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent eb80fa7 commit 0535bce
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
42 changes: 21 additions & 21 deletions backend/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions backend/tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,11 @@ display-info = "0.5.0" # should be removed after upgrading to tauri v2

# OXC (The Oxidation Compiler)
# We use it to parse and transpile the old script profile to esm based script profile
oxc_parser = "0.37"
oxc_allocator = "0.37"
oxc_span = "0.37"
oxc_ast = "0.37"
oxc_syntax = "0.37"
oxc_parser = "0.38"
oxc_allocator = "0.38"
oxc_span = "0.38"
oxc_ast = "0.38"
oxc_syntax = "0.38"

# Lua Integration
mlua = { version = "0.10", features = [
Expand Down

0 comments on commit 0535bce

Please sign in to comment.