Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update oxc packages to 0.50 #2601

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 27 additions & 29 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 @@ -159,11 +159,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.49"
oxc_allocator = "0.49"
oxc_span = "0.49"
oxc_ast = "0.49"
oxc_syntax = "0.49"
oxc_parser = "0.50"
oxc_allocator = "0.50"
oxc_span = "0.50"
oxc_ast = "0.50"
oxc_syntax = "0.50"

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