Skip to content

Commit

Permalink
fix(deps): update oxc packages to 0.37
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 22, 2024
1 parent b3177c1 commit 37d940b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
52 changes: 26 additions & 26 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.36"
oxc_allocator = "0.36"
oxc_span = "0.36"
oxc_ast = "0.36"
oxc_syntax = "0.36"
oxc_parser = "0.37"
oxc_allocator = "0.37"
oxc_span = "0.37"
oxc_ast = "0.37"
oxc_syntax = "0.37"

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

0 comments on commit 37d940b

Please sign in to comment.